thinlto_codegen_add_must_preserve_symbol

Adds a symbol to the list of 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. For every single module, the functions referenced from code outside of the ThinLTO modules need to be added here.

\since LTO_API_VERSION=18

extern (C) nothrow extern
void
thinlto_codegen_add_must_preserve_symbol
(,
const(char)* name
,
int length
)

Meta