Lines Matching refs:InBootstrapPhase
754 bool InBootstrapPhase = in modifyPassConfig() local
758 if (InBootstrapPhase) { in modifyPassConfig()
772 if (InitSymbol == MP.MachOHeaderStartSymbol && !InBootstrapPhase) { in modifyPassConfig()
809 InBootstrapPhase](LinkGraph &G) { in modifyPassConfig()
810 return addSymbolTableRegistration(G, MR, *JITSymTabInfo, InBootstrapPhase); in modifyPassConfig()
816 [this, &JD = MR.getTargetJITDylib(), 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
1356 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in registerObjectPlatformSections()
1643 JITSymTabVector &JITSymTabInfo, bool InBootstrapPhase) { in addSymbolTableRegistration() argument
1655 auto &SymTab = LLVM_LIKELY(!InBootstrapPhase) ? LocalSymTab in addSymbolTableRegistration()
1663 if (LLVM_UNLIKELY(InBootstrapPhase)) in addSymbolTableRegistration()
1666 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in addSymbolTableRegistration()