Lines Matching refs:getModuleIdentifier
582 return Mods[0].getModuleIdentifier(); in getName()
1022 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO()
1027 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
1030 BM.getModuleIdentifier(); in addThinLTO()
1033 LLVM_DEBUG(dbgs() << "Module " << BM.getModuleIdentifier() << "\n"); in addThinLTO()
1044 BM.getModuleIdentifier()); in addThinLTO()
1052 GUID, BM.getModuleIdentifier())) in addThinLTO()
1060 GUID, BM.getModuleIdentifier())) { in addThinLTO()
1067 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
1078 if (BM.getModuleIdentifier().contains(Name)) { in addThinLTO()
1079 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()
1080 llvm::errs() << "[ThinLTO] Selecting " << BM.getModuleIdentifier() in addThinLTO()
1477 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1512 StringRef ModulePath = BM.getModuleIdentifier(); in start()
1635 StringRef ModulePath = BM.getModuleIdentifier(); in start()