Lines Matching refs:MemMgr
420 TrivialMemoryManager MemMgr; in printLineInfoForInput() local
421 RuntimeDyld Dyld(MemMgr, MemMgr); in printLineInfoForInput()
535 static void doPreallocation(TrivialMemoryManager &MemMgr) { in doPreallocation() argument
543 MemMgr.preallocateSlab(PreallocMemory); in doPreallocation()
551 TrivialMemoryManager MemMgr; in executeInput() local
552 doPreallocation(MemMgr); in executeInput()
553 RuntimeDyld Dyld(MemMgr, MemMgr); in executeInput()
600 for (auto &FM : MemMgr.FunctionMemory) { in executeInput()
690 TrivialMemoryManager &MemMgr) { in remapSectionsAndSymbols() argument
696 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols()
698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols()
772 MemMgr.addDummySymbol(Symbol, Addr); in remapSectionsAndSymbols()
828 TrivialMemoryManager MemMgr; in linkAndVerify() local
829 doPreallocation(MemMgr); in linkAndVerify()
839 RuntimeDyld Dyld(MemMgr, MemMgr); in linkAndVerify()
852 [&Dyld, &MemMgr]( in linkAndVerify()
871 MemMgr.lookup(JITSymbolResolver::LookupSet({Symbol}), in linkAndVerify()
992 MemMgr.setSectionIDsMap(&FileToSecIDMap[FileName]); in linkAndVerify()
1004 remapSectionsAndSymbols(TheTriple, Dyld, MemMgr); in linkAndVerify()