Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.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);
DRTDyldMemoryManager.h33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
61 class RTDyldMemoryManager : public MCJITMemoryManager,
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h62 class MCJITReplacementMemMgr : public MCJITMemoryManager {
65 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr()
140 std::shared_ptr<MCJITMemoryManager> ClientMM;
221 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement()
233 OrcMCJITReplacement(std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h70 std::shared_ptr<MCJITMemoryManager> MemMgr,
182 std::shared_ptr<MCJITMemoryManager> MemMgr;
306 std::shared_ptr<MCJITMemoryManager> MemMgr,
DMCJIT.cpp44 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
65 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp302 void MCJITMemoryManager::anchor() {} in anchor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp51 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()
/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()