Lines Matching defs:InBootstrapPhase
795 bool InBootstrapPhase = false;
802 InBootstrapPhase = true;
821 if (LLVM_UNLIKELY(InBootstrapPhase))
832 if (InitSymbol == MP.MachOHeaderStartSymbol && !InBootstrapPhase) {
869 InBootstrapPhase](LinkGraph &G) {
870 return addSymbolTableRegistration(G, MR, *JITSymTabInfo, InBootstrapPhase);
877 InBootstrapPhase](LinkGraph &G) {
878 return registerObjectPlatformSections(G, JD, HeaderAddr, InBootstrapPhase);
883 if (InBootstrapPhase)
1327 bool InBootstrapPhase) {
1415 if (LLVM_LIKELY(!InBootstrapPhase))
1680 JITSymTabVector &JITSymTabInfo, bool InBootstrapPhase) {
1691 if (LLVM_UNLIKELY(InBootstrapPhase)) {