Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp754 bool InBootstrapPhase = in modifyPassConfig() local
758 if (InBootstrapPhase) { in modifyPassConfig()
772 if (InitSymbol == MP.MachOHeaderStartSymbol && !InBootstrapPhase) { in modifyPassConfig()
809 InBootstrapPhase](LinkGraph &G) { in modifyPassConfig()
817 return registerObjectPlatformSections(G, JD, InBootstrapPhase); in modifyPassConfig()
822 if (InBootstrapPhase) in modifyPassConfig()
1279 jitlink::LinkGraph &G, JITDylib &JD, bool InBootstrapPhase) { in registerObjectPlatformSections() argument
1643 JITSymTabVector &JITSymTabInfo, bool InBootstrapPhase) { in addSymbolTableRegistration() argument
1655 auto &SymTab = LLVM_LIKELY(!InBootstrapPhase) ? LocalSymTab in addSymbolTableRegistration()
1663 if (LLVM_UNLIKELY(InBootstrapPhase)) in addSymbolTableRegistration()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h251 bool InBootstrapPhase);
262 bool InBootstrapPhase);