Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
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()
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()
DMapperJITLinkMemoryManager.cpp33 std::swap(AI.Actions, G.allocActions()); in finalize()
DEPCGenericJITLinkMemoryManager.cpp58 std::swap(FR.Actions, G.allocActions()); in finalize()
DDebuggerSupportPlugin.cpp352 G.allocActions().push_back( in completeSynthesisAndRegister()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp142 return G.allocActions(); in graphAllocActions()
252 auto DeallocActions = runFinalizeActions(G.allocActions()); in finalize()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1427 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function