Searched refs:allocActions (Results 1 – 15 of 15) sorted by relevance
53 G.allocActions().push_back( in modifyPassConfig()
84 G->allocActions().push_back( in materialize()91 G->allocActions().push_back( in materialize()101 G->allocActions().push_back( in materialize()704 G.allocActions().push_back( in registerPerObjectSections()794 G.allocActions().push_back( in addDSOHandleSupportPasses()973 G.allocActions().push_back( in registerInitSections()
113 G.allocActions().push_back( in addUnwindInfoRegistrationActions()
146 G->allocActions().reserve(DeferredAAs.size() + 3); in materialize()149 G->allocActions().push_back( in materialize()155 G->allocActions().push_back( in materialize()163 G->allocActions().push_back( in materialize()171 std::back_inserter(G->allocActions())); in materialize()982 G.allocActions().push_back( in associateJITDylibHeaderSymbol()1442 G.allocActions().push_back(std::move(AllocActions)); in registerObjectPlatformSections()1732 G.allocActions().push_back( in addSymbolTableRegistration()
794 G.allocActions().push_back( in associateJITDylibHeaderSymbol()801 G.allocActions().push_back( in associateJITDylibHeaderSymbol()826 G.allocActions().push_back( in registerObjectPlatformSections()885 G.allocActions().push_back( in registerObjectPlatformSectionsInBootstrap()
32 std::swap(AI.Actions, G.allocActions()); in finalize()
57 std::swap(FR.Actions, G.allocActions()); in finalize()
143 return G.allocActions(); in graphAllocActions()265 G->allocActions(), in finalize()
399 G.allocActions().push_back( in lowerPointer64AuthEdgesToSigningFunction()
49 if (G->allocActions().empty() && llvm::all_of(G->sections(), [](Section &S) { in linkPhase1()
104 G.allocActions().push_back( in modifyPassConfig()
275 G.allocActions().push_back( in modifyPassConfig()
289 G.allocActions().push_back( in completeSynthesisAndRegister()
1659 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function