Lines Matching refs:getModuleIdentifier
502 return Mods[0].getModuleIdentifier(); in getName()
897 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
909 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO()
917 GUID, BM.getModuleIdentifier())) in addThinLTO()
925 GUID, BM.getModuleIdentifier())) { in addThinLTO()
932 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
943 if (BM.getModuleIdentifier().contains(Name)) { in addThinLTO()
944 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()
945 llvm::errs() << "[ThinLTO] Selecting " << BM.getModuleIdentifier() in addThinLTO()
1262 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1297 StringRef ModulePath = BM.getModuleIdentifier(); in start()
1402 StringRef ModulePath = BM.getModuleIdentifier(); in start()