HomeSort by relevance Sort by last modified time
    Searched refs:RTDyldMM (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/lli/
lli.cpp 454 RTDyldMemoryManager *RTDyldMM = nullptr;
457 RTDyldMM = new RemoteMemoryManager();
459 RTDyldMM = new SectionMemoryManager();
462 // RTDyldMM: We still use it below, even though we don't own it.
464 std::unique_ptr<RTDyldMemoryManager>(RTDyldMM));
628 if (RTDyldMM)
629 static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache();
658 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 57 auto RTDyldMM = std::make_shared<SectionMemoryManager>();
59 MemMgr = RTDyldMM;
61 Resolver = RTDyldMM;

Completed in 387 milliseconds