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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp324 preserveInitSectionIfPresent(InitSectionSymbols, G, "__mod_init_func");
325 preserveInitSectionIfPresent(InitSectionSymbols, G, "__objc_selrefs");
326 preserveInitSectionIfPresent(InitSectionSymbols, G, "__objc_classlist");
416 void MachOPlatform::InitScraperPlugin::preserveInitSectionIfPresent( function in class:llvm::orc::MachOPlatform::InitScraperPlugin
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h126 void preserveInitSectionIfPresent(JITLinkSymbolVector &Syms,

Completed in 57 milliseconds