Home
last modified time | relevance | path

Searched refs:graphAllocActions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h280 orc::shared::AllocActions &graphAllocActions();
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp141 orc::shared::AllocActions &BasicLayout::graphAllocActions() { in graphAllocActions() function in llvm::jitlink::BasicLayout
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp488 auto DeallocActions = runFinalizeActions(BL.graphAllocActions()); in allocate()