Lines Matching refs:MemMgr
285 TrivialMemoryManager MemMgr; in printLineInfoForInput() local
286 RuntimeDyld Dyld(MemMgr, MemMgr); in printLineInfoForInput()
395 static void doPreallocation(TrivialMemoryManager &MemMgr) { in doPreallocation() argument
403 MemMgr.preallocateSlab(PreallocMemory); in doPreallocation()
411 TrivialMemoryManager MemMgr; in executeInput() local
412 doPreallocation(MemMgr); in executeInput()
413 RuntimeDyld Dyld(MemMgr, MemMgr); in executeInput()
454 for (auto &FM : MemMgr.FunctionMemory) { in executeInput()
544 TrivialMemoryManager &MemMgr, in remapSectionsAndSymbols() argument
551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols()
553 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols()
623 MemMgr.addDummySymbol(Symbol, Addr); in remapSectionsAndSymbols()
675 TrivialMemoryManager MemMgr; in linkAndVerify() local
676 doPreallocation(MemMgr); in linkAndVerify()
677 RuntimeDyld Dyld(MemMgr, MemMgr); in linkAndVerify()
715 remapSectionsAndSymbols(TheTriple, MemMgr, Checker); in linkAndVerify()