Lines Matching refs:ModuleMap
879 StringMap<MemoryBufferRef> *ModuleMap; member in __anon6bc62a630211::CodeGen
891 ModuleMap(nullptr) { in CodeGen()
897 StringMap<MemoryBufferRef> *ModuleMap, in CodeGen() argument
901 SaveTempsFilename(std::move(Filename)), ModuleMap(ModuleMap), in CodeGen()
1004 ModuleLoader Loader(M->getContext(), *ModuleMap); in runLTOPasses()
1184 StringMap<MemoryBufferRef> &ModuleMap, in thinLTOBackendTask() argument
1203 &ModuleMap, &ImportList, &DefinedGlobals); in thinLTOBackendTask()
1211 StringMap<MemoryBufferRef> &ModuleMap, in thinLTOBackends() argument
1257 TaskCount, std::ref(ModuleMap), in thinLTOBackends()
1309 StringMap<MemoryBufferRef> ModuleMap; in thinLTOLink() local
1335 assert(ModuleMap.find(ModuleBuffer.getBufferIdentifier()) == in thinLTOLink()
1336 ModuleMap.end() && in thinLTOLink()
1338 ModuleMap[ModuleBuffer.getBufferIdentifier()] = ModuleBuffer; in thinLTOLink()
1456 thinLTOBackends(ApiFile, CombinedIndex, ModuleMap, ImportLists, in thinLTOLink()