Searched refs:MCJITMemoryManager (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | 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);
|
| H A D | RTDyldMemoryManager.h | 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager { 61 class RTDyldMemoryManager : public MCJITMemoryManager,
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcMCJITReplacement.h | 62 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 D | MCJIT.h | 70 std::shared_ptr<MCJITMemoryManager> MemMgr, 182 std::shared_ptr<MCJITMemoryManager> MemMgr; 306 std::shared_ptr<MCJITMemoryManager> MemMgr,
|
| H A D | MCJIT.cpp | 44 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 D | RTDyldMemoryManager.cpp | 302 void MCJITMemoryManager::anchor() {} in anchor()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 51 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()
|