Searched refs:allocActions (Results 1 – 9 of 9) sorted by relevance
161 G->allocActions().reserve(DeferredAAs.size() + 3); in materialize()164 G->allocActions().push_back( in materialize()170 G->allocActions().push_back( in materialize()178 G->allocActions().push_back( in materialize()186 std::back_inserter(G->allocActions())); in materialize()928 G.allocActions().push_back( in associateJITDylibHeaderSymbol()1357 ? G.allocActions() in registerObjectPlatformSections()1369 allocActions.push_back( in registerObjectPlatformSections()1666 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in addSymbolTableRegistration() local1667 ? G.allocActions() in addSymbolTableRegistration()[all …]
817 G.allocActions().push_back( in associateJITDylibHeaderSymbol()824 G.allocActions().push_back( in associateJITDylibHeaderSymbol()849 G.allocActions().push_back( in registerObjectPlatformSections()887 G.allocActions().push_back( in registerObjectPlatformSectionsInBootstrap()
58 std::swap(FR.Actions, G.allocActions()); in finalize()
33 std::swap(AI.Actions, G.allocActions()); in finalize()
143 return G.allocActions(); in graphAllocActions()260 auto DeallocActions = runFinalizeActions(G->allocActions()); in finalize()
52 if (G->allocActions().empty() && llvm::all_of(G->sections(), [](Section &S) { in linkPhase1()
276 G.allocActions().push_back( in modifyPassConfig()
283 G.allocActions().push_back( in completeSynthesisAndRegister()
1520 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function