Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp212 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() local
1238 ? G.allocActions() in registerObjectPlatformSections()
1241 allocActions.push_back( in registerObjectPlatformSections()
H A DCOFFPlatform.cpp806 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()
H A DMapperJITLinkMemoryManager.cpp33 std::swap(AI.Actions, G.allocActions()); in finalize()
H A DEPCGenericJITLinkMemoryManager.cpp58 std::swap(FR.Actions, G.allocActions()); in finalize()
H A DDebuggerSupportPlugin.cpp352 G.allocActions().push_back( in completeSynthesisAndRegister()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp142 return G.allocActions(); in graphAllocActions()
252 auto DeallocActions = runFinalizeActions(G.allocActions()); in finalize()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1427 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function