Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h47 class MCJITMemoryManager; variable
140 std::shared_ptr<MCJITMemoryManager> MM,
146 std::shared_ptr<MCJITMemoryManager> MM,
518 std::shared_ptr<MCJITMemoryManager> MemMgr;
555 setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM);
DRTDyldMemoryManager.h31 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
53 class RTDyldMemoryManager : public MCJITMemoryManager,
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h32 class MCJITReplacementMemMgr : public MCJITMemoryManager {
35 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr()
103 std::shared_ptr<MCJITMemoryManager> ClientMM;
127 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement()
140 std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h71 std::shared_ptr<MCJITMemoryManager> MemMgr,
183 std::shared_ptr<MCJITMemoryManager> MemMgr;
308 std::shared_ptr<MCJITMemoryManager> MemMgr,
DMCJIT.cpp48 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
69 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp50 std::shared_ptr<MCJITMemoryManager> MemMgr,
55 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MemMgr,
501 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager()
502 MemMgr = std::shared_ptr<MCJITMemoryManager>(std::move(MM)); in setMemoryManager()