Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp806 bool InBootstrapPhase = false; in modifyPassConfig() local
813 InBootstrapPhase = true; in modifyPassConfig()
838 if (LLVM_UNLIKELY(InBootstrapPhase)) in modifyPassConfig()
849 if (InitSymbol == MP.MachOHeaderStartSymbol && !InBootstrapPhase) { in modifyPassConfig()
886 InBootstrapPhase](LinkGraph &G) { in modifyPassConfig()
887 return addSymbolTableRegistration(G, MR, *JITSymTabInfo, InBootstrapPhase); in modifyPassConfig()
894 InBootstrapPhase](LinkGraph &G) { in modifyPassConfig()
895 return registerObjectPlatformSections(G, JD, HeaderAddr, InBootstrapPhase); in modifyPassConfig()
900 if (InBootstrapPhase) in modifyPassConfig()
1353 bool InBootstrapPhase) { in registerObjectPlatformSections() argument
[all …]
H A DELFNixPlatform.cpp732 bool InBootstrapPhase = in modifyPassConfig() local
736 if (InBootstrapPhase) { in modifyPassConfig()
747 if (InitSymbol == MP.DSOHandleSymbol && !InBootstrapPhase) { in modifyPassConfig()
764 addEHAndTLVSupportPasses(MR, Config, InBootstrapPhase); in modifyPassConfig()
768 InBootstrapPhase](jitlink::LinkGraph &G) { in modifyPassConfig()
769 return registerInitSections(G, JD, InBootstrapPhase); in modifyPassConfig()
774 if (InBootstrapPhase) in modifyPassConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h270 bool InBootstrapPhase);
281 bool InBootstrapPhase);