/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 208 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 D | WholeProgramDevirt.cpp | 870 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 D | FunctionAttrs.cpp | 337 << VI.name() << " from " << FS->modulePath() << ". Previous module " in calculatePrevailingSummary() 338 << Local->modulePath() << "\n"); in calculatePrevailingSummary()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary() 153 return S->modulePath(); in getMainModulePath()
|
/openbsd/gnu/llvm/clang/tools/c-index-test/ |
H A D | core_main.cpp | 261 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 D | LTO.cpp | 48 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 D | LTO.cpp | 69 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 D | FunctionImportUtils.cpp | 231 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 701 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList() 704 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
|
H A D | LTO.cpp | 382 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 D | ModuleSummaryIndex.h | 470 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 D | ModuleSummaryIndex.cpp | 162 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
H A D | AsmWriter.cpp | 3415 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 706 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary() 1138 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4429 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 D | BitcodeReader.cpp | 7479 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
|