Lines Matching refs:InBootstrapPhase
790 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()
1689 JITSymTabVector &JITSymTabInfo, bool InBootstrapPhase) { in addSymbolTableRegistration() argument
1701 auto &SymTab = LLVM_LIKELY(!InBootstrapPhase) ? LocalSymTab in addSymbolTableRegistration()
1709 if (LLVM_UNLIKELY(InBootstrapPhase)) in addSymbolTableRegistration()
1712 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in addSymbolTableRegistration()