Home
last modified time | relevance | path

Searched refs:OnAllocatedFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h45 OnAllocatedFunction OnAllocated) override;
60 OnAllocatedFunction OnAllocated);
H A DMapperJITLinkMemoryManager.h42 OnAllocatedFunction OnAllocated) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h150 using OnAllocatedFunction = unique_function<void(AllocResult)>; variable
164 OnAllocatedFunction OnAllocated) = 0;
376 OnAllocatedFunction OnAllocated) override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp101 OnAllocatedFunction OnAllocated) { in allocate()
143 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp62 OnAllocatedFunction OnAllocated) { in allocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp357 OnAllocatedFunction OnAllocated) { in allocate()