thinlto_codegen_add_cross_referenced_symbol

Adds a symbol to the list of global symbols that are cross-referenced between ThinLTO files. If the ThinLTO CodeGenerator can ensure that every references from a ThinLTO module to this symbol is optimized away, then the symbol can be discarded.

\since LTO_API_VERSION=18

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

Meta