Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h33 class LLVM_ABI MCJITMemoryManager : public RuntimeDyld::MemoryManager {
61 class LLVM_ABI RTDyldMemoryManager : public MCJITMemoryManager,
H A DExecutionEngine.h50 class MCJITMemoryManager; variable
141 std::shared_ptr<MCJITMemoryManager> MM,
541 std::shared_ptr<MCJITMemoryManager> MemMgr;
579 setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h68 std::shared_ptr<MCJITMemoryManager> MemMgr,
172 std::shared_ptr<MCJITMemoryManager> MemMgr;
296 std::shared_ptr<MCJITMemoryManager> MemMgr,
H A DMCJIT.cpp45 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
66 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp292 void MCJITMemoryManager::anchor() {} in anchor()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp51 std::shared_ptr<MCJITMemoryManager> MemMgr,
494 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager()
495 MemMgr = std::shared_ptr<MCJITMemoryManager>(std::move(MM)); in setMemoryManager()