Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp740 bool InBootstrapPhase = in modifyPassConfig() local
744 if (InBootstrapPhase) { in modifyPassConfig()
758 if (InitSymbol == MP.MachOHeaderStartSymbol && !InBootstrapPhase) { in modifyPassConfig()
786 [this, &JD = MR.getTargetJITDylib(), InBootstrapPhase](LinkGraph &G) { in modifyPassConfig()
787 return registerObjectPlatformSections(G, JD, InBootstrapPhase); in modifyPassConfig()
792 if (InBootstrapPhase) in modifyPassConfig()
1148 jitlink::LinkGraph &G, JITDylib &JD, bool InBootstrapPhase) { in registerObjectPlatformSections() argument
1237 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in registerObjectPlatformSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h176 bool InBootstrapPhase);