Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
60 class RTDyldMemoryManager : public MCJITMemoryManager,
H A DExecutionEngine.h49 class MCJITMemoryManager; variable
140 std::shared_ptr<MCJITMemoryManager> MM,
540 std::shared_ptr<MCJITMemoryManager> MemMgr;
577 setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h68 std::shared_ptr<MCJITMemoryManager> MemMgr,
173 std::shared_ptr<MCJITMemoryManager> MemMgr;
297 std::shared_ptr<MCJITMemoryManager> MemMgr,
H A DMCJIT.cpp46 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
67 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp294 void MCJITMemoryManager::anchor() {} in anchor()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A 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()