Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp790 bool InBootstrapPhase = in modifyPassConfig() local
794 if (InBootstrapPhase) { in modifyPassConfig()
808 if (InitSymbol == MP.MachOHeaderStartSymbol && !InBootstrapPhase) { in modifyPassConfig()
845 InBootstrapPhase](LinkGraph &G) { in modifyPassConfig()
846 return addSymbolTableRegistration(G, MR, *JITSymTabInfo, InBootstrapPhase); in modifyPassConfig()
852 [this, &JD = MR.getTargetJITDylib(), InBootstrapPhase](LinkGraph &G) { in modifyPassConfig()
853 return registerObjectPlatformSections(G, JD, InBootstrapPhase); in modifyPassConfig()
858 if (InBootstrapPhase) in modifyPassConfig()
1325 jitlink::LinkGraph &G, JITDylib &JD, bool InBootstrapPhase) { in registerObjectPlatformSections() argument
1402 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in registerObjectPlatformSections()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h265 bool InBootstrapPhase);
276 bool InBootstrapPhase);