Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h50 class MCJITMemoryManager; variable
141 std::shared_ptr<MCJITMemoryManager> MM,
146 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MM,
532 std::shared_ptr<MCJITMemoryManager> MemMgr;
570 setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM);
H A DRTDyldMemoryManager.h33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
61 class RTDyldMemoryManager : public MCJITMemoryManager,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h62 class MCJITReplacementMemMgr : public MCJITMemoryManager {
65 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr()
140 std::shared_ptr<MCJITMemoryManager> ClientMM;
224 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement()
236 OrcMCJITReplacement(std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h70 std::shared_ptr<MCJITMemoryManager> MemMgr,
182 std::shared_ptr<MCJITMemoryManager> MemMgr;
306 std::shared_ptr<MCJITMemoryManager> MemMgr,
H A DMCJIT.cpp44 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
65 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp302 void MCJITMemoryManager::anchor() {} in anchor()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp51 std::shared_ptr<MCJITMemoryManager> MemMgr,
56 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MemMgr,
500 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager()
501 MemMgr = std::shared_ptr<MCJITMemoryManager>(std::move(MM)); in setMemoryManager()