Searched refs:allocActions (Results 1 – 6 of 6) sorted by relevance
34 std::swap(AI.Actions, G.allocActions()); in finalize()
688 G.allocActions().push_back( in associateJITDylibHeaderSymbol()875 G.allocActions().push_back( in registerObjectPlatformSections()959 G.allocActions().push_back( in registerObjectPlatformSections()1013 G.allocActions().push_back( in registerEHSectionsPhase1()
59 std::swap(FR.Actions, G.allocActions()); in finalize()
352 G.allocActions().push_back( in completeSynthesisAndRegister()
142 return G.allocActions(); in graphAllocActions()250 auto DeallocActions = runFinalizeActions(G.allocActions()); in finalize()
1409 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function