Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp161 G->allocActions().reserve(DeferredAAs.size() + 3); in materialize()
164 G->allocActions().push_back( in materialize()
170 G->allocActions().push_back( in materialize()
178 G->allocActions().push_back( in materialize()
186 std::back_inserter(G->allocActions())); in materialize()
964 G.allocActions().push_back( in associateJITDylibHeaderSymbol()
1402 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in registerObjectPlatformSections() local
1403 ? G.allocActions() in registerObjectPlatformSections()
1415 allocActions.push_back( in registerObjectPlatformSections()
1712 shared::AllocActions &allocActions = LLVM_LIKELY(!InBootstrapPhase) in addSymbolTableRegistration() local
[all …]
H A DCOFFPlatform.cpp817 G.allocActions().push_back( in associateJITDylibHeaderSymbol()
824 G.allocActions().push_back( in associateJITDylibHeaderSymbol()
849 G.allocActions().push_back( in registerObjectPlatformSections()
887 G.allocActions().push_back( in registerObjectPlatformSectionsInBootstrap()
H A DEPCGenericJITLinkMemoryManager.cpp58 std::swap(FR.Actions, G.allocActions()); in finalize()
H A DMapperJITLinkMemoryManager.cpp33 std::swap(AI.Actions, G.allocActions()); in finalize()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp143 return G.allocActions(); in graphAllocActions()
260 auto DeallocActions = runFinalizeActions(G->allocActions()); in finalize()
H A DJITLinkGeneric.cpp52 if (G->allocActions().empty() && llvm::all_of(G->sections(), [](Section &S) { in linkPhase1()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp103 G.allocActions().push_back( in modifyPassConfig()
H A DPerfSupportPlugin.cpp276 G.allocActions().push_back( in modifyPassConfig()
H A DDebuggerSupportPlugin.cpp283 G.allocActions().push_back( in completeSynthesisAndRegister()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1531 orc::shared::AllocActions &allocActions() { return AAs; } in allocActions() function