Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
60 class RTDyldMemoryManager : public MCJITMemoryManager,
DExecutionEngine.h50 class MCJITMemoryManager; variable
141 std::shared_ptr<MCJITMemoryManager> MM,
541 std::shared_ptr<MCJITMemoryManager> MemMgr;
578 setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h68 std::shared_ptr<MCJITMemoryManager> MemMgr,
180 std::shared_ptr<MCJITMemoryManager> MemMgr;
304 std::shared_ptr<MCJITMemoryManager> MemMgr,
DMCJIT.cpp45 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
66 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp294 void MCJITMemoryManager::anchor() {} in anchor()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp52 std::shared_ptr<MCJITMemoryManager> MemMgr,
495 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager()
496 MemMgr = std::shared_ptr<MCJITMemoryManager>(std::move(MM)); in setMemoryManager()