class SymbolLinkagePromoter

Declaration

class SymbolLinkagePromoter { /* full declaration omitted */ };

Description

Promotes private symbols to global hidden, and renames to prevent clashes with other promoted symbols. The same SymbolPromoter instance should be used for all symbols to be added to a single JITDylib.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:505

Member Variables

private unsigned int NextId = 0