Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJITMemoryManager.h23 class MCJITMemoryManager : public RTDyldMemoryManager {
29 MCJITMemoryManager(JITMemoryManager *jmm, Module *m) : JMM(jmm), M(m) {} in MCJITMemoryManager() function
DMCJIT.cpp49 return new MCJIT(M, TM, *TJ, new MCJITMemoryManager(JMM, M), OptLevel, in createJIT()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h46 class MCJITMemoryManager; variable
139 std::shared_ptr<MCJITMemoryManager> MM,
145 std::shared_ptr<MCJITMemoryManager> MM,
518 std::shared_ptr<MCJITMemoryManager> MemMgr;
555 setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM);
DRTDyldMemoryManager.h30 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
56 class RTDyldMemoryManager : public MCJITMemoryManager,
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h32 class MCJITReplacementMemMgr : public MCJITMemoryManager {
35 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr()
111 std::shared_ptr<MCJITMemoryManager> ClientMM;
135 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement()
148 std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h70 std::shared_ptr<MCJITMemoryManager> MemMgr,
182 std::shared_ptr<MCJITMemoryManager> MemMgr;
307 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,
496 EngineBuilder::setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM) { in setMemoryManager()
497 MemMgr = std::shared_ptr<MCJITMemoryManager>(std::move(MM)); in setMemoryManager()