lto_codegen_add_must_preserve_symbol

Adds to a list of all global symbols that must exist in the final generated code. If a function is not listed there, it might be inlined into every usage and optimized away.

\since prior to LTO_API_VERSION=3

extern (C) nothrow extern
void
lto_codegen_add_must_preserve_symbol
(,
const(char)* symbol
)

Meta