Lines Matching refs:getModuleIdentifier
570 return Mods[0].getModuleIdentifier(); in getName()
1008 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO()
1013 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
1016 BM.getModuleIdentifier(); in addThinLTO()
1019 LLVM_DEBUG(dbgs() << "Module " << BM.getModuleIdentifier() << "\n"); in addThinLTO()
1030 BM.getModuleIdentifier()); in addThinLTO()
1038 GUID, BM.getModuleIdentifier())) in addThinLTO()
1046 GUID, BM.getModuleIdentifier())) { in addThinLTO()
1053 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
1064 if (BM.getModuleIdentifier().contains(Name)) { in addThinLTO()
1065 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()
1066 llvm::errs() << "[ThinLTO] Selecting " << BM.getModuleIdentifier() in addThinLTO()
1460 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1495 StringRef ModulePath = BM.getModuleIdentifier(); in start()
1603 StringRef ModulePath = BM.getModuleIdentifier(); in start()