Home
last modified time | relevance | path

Searched refs:preserveInitSectionIfPresent (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp309 preserveInitSectionIfPresent(InitSectionSymbols, G, "__mod_init_func"); in modifyPassConfig()
310 preserveInitSectionIfPresent(InitSectionSymbols, G, "__objc_selrefs"); in modifyPassConfig()
311 preserveInitSectionIfPresent(InitSectionSymbols, G, "__objc_classlist"); in modifyPassConfig()
399 void MachOPlatform::InitScraperPlugin::preserveInitSectionIfPresent( in preserveInitSectionIfPresent() function in llvm::orc::MachOPlatform::InitScraperPlugin
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h140 void preserveInitSectionIfPresent(JITLinkSymbolVector &Syms,