Lines Matching defs:InBootstrapPhase
790 bool InBootstrapPhase =
794 if (InBootstrapPhase) {
808 if (InitSymbol == MP.MachOHeaderStartSymbol && !InBootstrapPhase) {
845 InBootstrapPhase](LinkGraph &G) {
846 return addSymbolTableRegistration(G, MR, *JITSymTabInfo, InBootstrapPhase);
852 [this, &JD = MR.getTargetJITDylib(), InBootstrapPhase](LinkGraph &G) {
853 return registerObjectPlatformSections(G, JD, InBootstrapPhase);
858 if (InBootstrapPhase)
1325 jitlink::LinkGraph &G, JITDylib &JD, bool InBootstrapPhase) {
1402 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase)
1689 JITSymTabVector &JITSymTabInfo, bool InBootstrapPhase) {
1701 auto &SymTab = LLVM_LIKELY(!InBootstrapPhase) ? LocalSymTab
1709 if (LLVM_UNLIKELY(InBootstrapPhase))
1712 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase)