reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1180 return Summary->modulePath() == ModuleId; 1340 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();lib/Bitcode/Reader/BitcodeReader.cpp
6078 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath());
lib/Bitcode/Writer/BitcodeWriter.cpp4012 NameVals.push_back(Index.getModuleId(VS->modulePath())); 4035 NameVals.push_back(Index.getModuleId(FS->modulePath())); 4119 NameVals.push_back(Index.getModuleId(AS->modulePath()));lib/IR/AsmWriter.cpp
3083 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath())
lib/IR/ModuleSummaryIndex.cpp 76 if (Summary->modulePath() != ModulePath)
lib/LTO/LTO.cpp345 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); 391 if (isExported(S->modulePath(), GUID)) { 1347 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath();lib/Transforms/IPO/FunctionImport.cpp
228 Summary->modulePath() != CallerModulePath) { 303 RefSummary->modulePath() != Summary.modulePath(); 303 RefSummary->modulePath() != Summary.modulePath(); 310 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); 315 (*ExportLists)[RefSummary->modulePath()].insert(VI.getGUID()); 435 Summary.modulePath(), Reason, VI.getGUID()); 468 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); 723 if (Summary->modulePath() == ModulePath) 726 ImportList[Summary->modulePath()].insert(GUID);lib/Transforms/IPO/WholeProgramDevirt.cpp
720 if (!isExported(S->modulePath(), VI.getGUID())) 731 Summary.getModuleHash(S->modulePath())); 905 IsExported |= S->modulePath() != FS->modulePath(); 905 IsExported |= S->modulePath() != FS->modulePath(); 909 IsExported |= S->modulePath() != FS->modulePath(); 909 IsExported |= S->modulePath() != FS->modulePath(); 1013 TheFn.name(), ExportSummary.getModuleHash(S->modulePath()));lib/Transforms/Utils/FunctionImportUtils.cpp
214 if (FS->modulePath() == M.getModuleIdentifier()) {
tools/clang/lib/CodeGen/BackendUtil.cpp1390 if (Summary->modulePath() == M->getModuleIdentifier()) 1393 ImportList[Summary->modulePath()].insert(GUID);