Home
last modified time | relevance | path

Searched refs:modulePath (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp222 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 DWholeProgramDevirt.cpp968 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 DFunctionAttrs.cpp385 << VI.name() << " from " << FS->modulePath() << ". Previous module " in calculatePrevailingSummary()
386 << Local->modulePath() << "\n"); in calculatePrevailingSummary()
H A DMemProfContextDisambiguation.cpp5232 if (GVS->modulePath() == SrcModule) { in applyImport()
5237 assert(GVSummary && GVSummary->modulePath() == SrcModule); in applyImport()
/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.cpp157 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 DLTO.cpp34 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 DLTO.cpp40 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 DLTOBackend.cpp773 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList()
776 ImportList.addGUID(Summary->modulePath(), GUID, Summary->importType()); in initImportList()
H A DLTO.cpp426 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 DModuleSummaryIndex.h575 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 DStackSafetyAnalysis.cpp737 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()
1165 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp171 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
H A DAsmWriter.cpp3738 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5117 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 DBitcodeReader.cpp7950 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()