Home
last modified time | relevance | path

Searched refs:allocActions (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEHFrameRegistrationPlugin.cpp53 G.allocActions().push_back( in modifyPassConfig()
H A DELFNixPlatform.cpp84 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()
H A DUnwindInfoRegistrationPlugin.cpp113 G.allocActions().push_back( in addUnwindInfoRegistrationActions()
H A DMachOPlatform.cpp146 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()
H A DCOFFPlatform.cpp794 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()
H A DMapperJITLinkMemoryManager.cpp32 std::swap(AI.Actions, G.allocActions()); in finalize()
H A DEPCGenericJITLinkMemoryManager.cpp57 std::swap(FR.Actions, G.allocActions()); in finalize()
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp143 return G.allocActions(); in graphAllocActions()
265 G->allocActions(), in finalize()
H A Daarch64.cpp399 G.allocActions().push_back( in lowerPointer64AuthEdgesToSigningFunction()
H A DJITLinkGeneric.cpp49 if (G->allocActions().empty() && llvm::all_of(G->sections(), [](Section &S) { in linkPhase1()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp104 G.allocActions().push_back( in modifyPassConfig()
H A DPerfSupportPlugin.cpp275 G.allocActions().push_back( in modifyPassConfig()
H A DDebuggerSupportPlugin.cpp289 G.allocActions().push_back( in completeSynthesisAndRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1659 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function