| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 222 RefSummary->modulePath() != ImporterModule; in shouldSkipLocalInAnotherModule() 445 Summary.modulePath()) || in onImportingSummaryImpl() 449 ImportList.maybeAddDeclaration(RefSummary->modulePath(), in onImportingSummaryImpl() 457 if (ImportList.addDefinition(RefSummary->modulePath(), VI.getGUID()) != in onImportingSummaryImpl() 468 (*ExportLists)[RefSummary->modulePath()].insert(VI); in onImportingSummaryImpl() 599 << " from " << Candidate.second->modulePath() in computeImportForModule() 651 auto ExportingModule = GVS->modulePath(); in computeImportForModule() 727 RootVI.getSummaryList().front()->modulePath(); in loadFromJson() 779 RootVI.getSummaryList().front()->modulePath().str(); in loadFromCtxProf() 969 Summary.modulePath(), SummaryForDeclImport, Reason); in computeImportForFunction() [all …]
|
| H A D | WholeProgramDevirt.cpp | 968 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 979 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports() 1303 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1307 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1416 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
|
| H A D | FunctionAttrs.cpp | 385 << VI.name() << " from " << FS->modulePath() << ". Previous module " in calculatePrevailingSummary() 386 << Local->modulePath() << "\n"); in calculatePrevailingSummary()
|
| H A D | MemProfContextDisambiguation.cpp | 5232 if (GVS->modulePath() == SrcModule) { in applyImport() 5237 assert(GVSummary && GVSummary->modulePath() == SrcModule); in applyImport()
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.cpp | 157 char modulePath[MAX_PATH]; in InitInstance() local 159 DWORD result = GetModuleFileName(AfxGetInstanceHandle(), modulePath, MAX_PATH); in InitInstance() 162 char* pPath = modulePath + strlen(modulePath) - 1; in InitInstance() 168 strcat(modulePath, LEASH_HELP_FILE); in InitInstance() 169 m_helpFile = modulePath; in InitInstance()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 34 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() argument 35 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 40 static std::string getThinLTOOutputFile(Ctx &ctx, StringRef modulePath) { in getThinLTOOutputFile() argument 41 return lto::getThinLTOOutputFile(modulePath, ctx.arg.thinLTOPrefixReplaceOld, in getThinLTOOutputFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 773 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList() 776 ImportList.addGUID(Summary->modulePath(), GUID, Summary->importType()); in initImportList()
|
| H A D | LTO.cpp | 426 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID() 481 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 1977 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 575 StringRef modulePath() const { return ModulePath; } 1771 return Summary->modulePath() == ModuleId; 1941 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 737 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary() 1165 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 171 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
| H A D | AsmWriter.cpp | 3738 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 5117 assert(ModuleIdMap.count(VS->modulePath())); in writeCombinedGlobalValueSummary() 5118 NameVals.push_back(ModuleIdMap[VS->modulePath()]); in writeCombinedGlobalValueSummary() 5172 assert(ModuleIdMap.count(FS->modulePath())); in writeCombinedGlobalValueSummary() 5173 NameVals.push_back(ModuleIdMap[FS->modulePath()]); in writeCombinedGlobalValueSummary() 5223 assert(ModuleIdMap.count(AS->modulePath())); in writeCombinedGlobalValueSummary() 5224 NameVals.push_back(ModuleIdMap[AS->modulePath()]); in writeCombinedGlobalValueSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7950 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
|