Searched refs:MCJITMemoryManager (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| HD | ExecutionEngine.h | 50 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);
|
| HD | RTDyldMemoryManager.h | 32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager { 60 class RTDyldMemoryManager : public MCJITMemoryManager,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | OrcMCJITReplacement.h | 61 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/ |
| HD | MCJIT.h | 69 std::shared_ptr<MCJITMemoryManager> MemMgr, 181 std::shared_ptr<MCJITMemoryManager> MemMgr; 305 std::shared_ptr<MCJITMemoryManager> MemMgr,
|
| HD | MCJIT.cpp | 43 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/ |
| HD | RTDyldMemoryManager.cpp | 302 void MCJITMemoryManager::anchor() {} in anchor()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| HD | ExecutionEngine.cpp | 50 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()
|