Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp208 Summary->modulePath() != CallerModulePath) { in selectCallee()
294 RefSummary->modulePath() != Summary.modulePath(); in computeImportForReferencedGlobals()
301 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
311 (*ExportLists)[RefSummary->modulePath()].insert(VI); in computeImportForReferencedGlobals()
435 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction()
480 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
794 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
797 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
H A DWholeProgramDevirt.cpp870 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports()
881 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1189 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1193 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1302 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
H A DFunctionAttrs.cpp337 << VI.name() << " from " << FS->modulePath() << ". Previous module " in calculatePrevailingSummary()
338 << Local->modulePath() << "\n"); in calculatePrevailingSummary()
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary()
153 return S->modulePath(); in getMainModulePath()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp261 static bool printSourceSymbolsFromModule(StringRef modulePath, in printSourceSymbolsFromModule() argument
276 std::string(modulePath), *pchRdr, ASTUnit::LoadASTOnly, Diags, in printSourceSymbolsFromModule()
282 errs() << "failed to create TU for: " << modulePath << '\n'; in printSourceSymbolsFromModule()
/openbsd/gnu/llvm/lld/MachO/
H A DLTO.cpp48 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() argument
50 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first), in getThinLTOOutputFile()
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp69 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() argument
71 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first), in getThinLTOOutputFile()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp231 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp701 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList()
704 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
H A DLTO.cpp382 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
437 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID()
1582 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h470 StringRef modulePath() const { return ModulePath; }
1559 return Summary->modulePath() == ModuleId;
1725 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
/openbsd/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp162 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
H A DAsmWriter.cpp3415 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp706 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()
1138 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4429 NameVals.push_back(Index.getModuleId(VS->modulePath())); in writeCombinedGlobalValueSummary()
4479 NameVals.push_back(Index.getModuleId(FS->modulePath())); in writeCombinedGlobalValueSummary()
4539 NameVals.push_back(Index.getModuleId(AS->modulePath())); in writeCombinedGlobalValueSummary()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7479 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()