Searched refs:allocActions (Results 1 – 7 of 7) sorted by relevance
212 G->allocActions().reserve(DeferredAAs.size() + 2); in materialize()215 G->allocActions().push_back( in materialize()221 G->allocActions().push_back( in materialize()230 std::back_inserter(G->allocActions())); in materialize()892 G.allocActions().push_back( in associateJITDylibHeaderSymbol()1237 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in registerObjectPlatformSections() local1238 ? G.allocActions() in registerObjectPlatformSections()1241 allocActions.push_back( in registerObjectPlatformSections()
806 G.allocActions().push_back( in associateJITDylibHeaderSymbol()813 G.allocActions().push_back( in associateJITDylibHeaderSymbol()838 G.allocActions().push_back( in registerObjectPlatformSections()876 G.allocActions().push_back( in registerObjectPlatformSectionsInBootstrap()
33 std::swap(AI.Actions, G.allocActions()); in finalize()
58 std::swap(FR.Actions, G.allocActions()); in finalize()
352 G.allocActions().push_back( in completeSynthesisAndRegister()
142 return G.allocActions(); in graphAllocActions()252 auto DeallocActions = runFinalizeActions(G.allocActions()); in finalize()
1427 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function