Searched refs:modulePath (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 227 Summary->modulePath() != CallerModulePath) { in selectCallee() 328 RefSummary->modulePath() != Summary.modulePath(); in computeImportForReferencedGlobals() 335 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals() 345 (*ExportLists)[RefSummary->modulePath()].insert(VI); in computeImportForReferencedGlobals() 473 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction() 518 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction() 832 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex() 835 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
|
H A D | WholeProgramDevirt.cpp | 844 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 855 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports() 1119 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1123 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1232 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 257 static bool printSourceSymbolsFromModule(StringRef modulePath, in printSourceSymbolsFromModule() argument 272 std::string(modulePath), *pchRdr, ASTUnit::LoadASTOnly, Diags, in printSourceSymbolsFromModule() 278 errs() << "failed to create TU for: " << modulePath << '\n'; in printSourceSymbolsFromModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary() 153 return S->modulePath(); in getMainModulePath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 394 StringRef modulePath() const { return ModulePath; } 1345 return Summary->modulePath() == ModuleId; 1506 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 702 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList() 705 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
|
H A D | LTO.cpp | 378 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID() 433 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 1497 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 626 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary() 1039 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
H A D | AsmWriter.cpp | 3376 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4174 NameVals.push_back(Index.getModuleId(VS->modulePath())); in writeCombinedGlobalValueSummary() 4227 NameVals.push_back(Index.getModuleId(FS->modulePath())); in writeCombinedGlobalValueSummary() 4287 NameVals.push_back(Index.getModuleId(AS->modulePath())); in writeCombinedGlobalValueSummary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6456 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
|