Home | History | Annotate | Download | only in llvm-rtdyld

Lines Matching refs:MemMgr

285     TrivialMemoryManager MemMgr;
286 RuntimeDyld Dyld(MemMgr, MemMgr);
371 static void doPreallocation(TrivialMemoryManager &MemMgr) {
379 MemMgr.preallocateSlab(PreallocMemory);
387 TrivialMemoryManager MemMgr;
388 doPreallocation(MemMgr);
389 RuntimeDyld Dyld(MemMgr, MemMgr);
425 for (auto &FM : MemMgr.FunctionMemory) {
515 TrivialMemoryManager &MemMgr,
522 for (const auto& CodeSection : MemMgr.FunctionMemory)
524 for (const auto& DataSection : MemMgr.DataMemory)
594 MemMgr.addDummySymbol(Symbol, Addr);
646 TrivialMemoryManager MemMgr;
647 doPreallocation(MemMgr);
648 RuntimeDyld Dyld(MemMgr, MemMgr);
681 remapSectionsAndSymbols(TheTriple, MemMgr, Checker);