Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.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);
HDRTDyldMemoryManager.h32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
60 class RTDyldMemoryManager : public MCJITMemoryManager,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h61 class MCJITReplacementMemMgr : public MCJITMemoryManager {
64 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr()
139 std::shared_ptr<MCJITMemoryManager> ClientMM;
220 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement()
232 OrcMCJITReplacement(std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h69 std::shared_ptr<MCJITMemoryManager> MemMgr,
181 std::shared_ptr<MCJITMemoryManager> MemMgr;
305 std::shared_ptr<MCJITMemoryManager> MemMgr,
HDMCJIT.cpp43 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
64 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRTDyldMemoryManager.cpp302 void MCJITMemoryManager::anchor() {} in anchor()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp50 std::shared_ptr<MCJITMemoryManager> MemMgr,
55 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MemMgr,
499 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager()
500 MemMgr = std::shared_ptr<MCJITMemoryManager>(std::move(MM)); in setMemoryManager()