Lines Matching refs:getModuleIdentifier
501 return Mods[0].getModuleIdentifier(); in getName()
892 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
904 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO()
912 GUID, BM.getModuleIdentifier())) in addThinLTO()
920 GUID, BM.getModuleIdentifier())) { in addThinLTO()
927 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
938 if (BM.getModuleIdentifier().contains(Name)) { in addThinLTO()
939 ThinLTO.ModulesToCompile->insert({BM.getModuleIdentifier(), BM}); in addThinLTO()
940 llvm::errs() << "[ThinLTO] Selecting " << BM.getModuleIdentifier() in addThinLTO()
1222 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1248 StringRef ModulePath = BM.getModuleIdentifier(); in start()
1349 StringRef ModulePath = BM.getModuleIdentifier(); in start()