Home
last modified time | relevance | path

Searched refs:mcjmm (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h552 EngineBuilder &setMCJITMemoryManager(std::unique_ptr<RTDyldMemoryManager> mcjmm);
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp488 std::unique_ptr<RTDyldMemoryManager> mcjmm) { in setMCJITMemoryManager() argument
489 auto SharedMM = std::shared_ptr<RTDyldMemoryManager>(std::move(mcjmm)); in setMCJITMemoryManager()