/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 37 auto Path = Summary->modulePath(); in mergeFrom() 41 assert(ModPath == Summary->modulePath() && in mergeFrom() 80 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule() 93 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get(); in collectDefinedGVSummariesPerModule()
|
/external/turbine/java/com/google/turbine/binder/ |
D | JimageClassBinder.java | 107 Path modulePath(String moduleName) { in modulePath() method in JimageClassBinder 115 Path path = modulePath(moduleName); in module() 143 Path modulePath = modulePath(moduleName); in initPackage() local 144 Path modulePackagePath = modulePath.resolve(packageName); in initPackage() 151 String binaryName = modulePath.relativize(path).toString(); in initPackage()
|
/external/llvm/lib/LTO/ |
D | LTO.cpp | 69 recordNewLinkage(S->modulePath(), GUID, S->linkage()); in thinLTOResolveWeakForLinkerGUID() 103 if (isExported(S->modulePath(), GUID)) { in thinLTOInternalizeAndPromoteGUID()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 229 Summary->modulePath() != CallerModulePath) { in selectCallee() 307 RefSummary->modulePath() != Summary.modulePath(); in computeImportForReferencedGlobals() 314 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals() 324 (*ExportLists)[RefSummary->modulePath()].insert(VI); in computeImportForReferencedGlobals() 449 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction() 483 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction() 797 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex() 800 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
|
D | WholeProgramDevirt.cpp | 828 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 839 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports() 1073 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1077 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1186 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 229 Summary->modulePath() != CallerModulePath) { in selectCallee() 306 RefSummary->modulePath() != Summary.modulePath(); in computeImportForReferencedGlobals() 311 (*ExportLists)[S->modulePath()].insert(VI); in computeImportForReferencedGlobals() 318 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals() 450 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction() 484 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction() 772 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex() 775 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
|
D | WholeProgramDevirt.cpp | 722 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 733 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports() 920 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 924 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1028 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | core_main.cpp | 248 static bool printSourceSymbolsFromModule(StringRef modulePath, in printSourceSymbolsFromModule() argument 263 std::string(modulePath), *pchRdr, ASTUnit::LoadASTOnly, Diags, in printSourceSymbolsFromModule() 269 errs() << "failed to create TU for: " << modulePath << '\n'; in printSourceSymbolsFromModule()
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
D | LLJITWithThinLTOSummaries.cpp | 74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary() 153 return S->modulePath(); in getMainModulePath()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 161 StringRef modulePath() const { return ModulePath; } in modulePath() function 395 return Summary->modulePath() == ModuleId; in findSummaryInModule()
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | on_demand_symbol_supplier.mm | 200 NSString *modulePath = 206 if ([mgr fileExistsAtPath:modulePath]) 212 NSArray *pathComponents = [modulePath componentsSeparatedByString:@"/"];
|
/external/llvm-project/lld/ELF/ |
D | LTO.cpp | 73 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() argument 75 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first), in getThinLTOOutputFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 230 return Summary->modulePath() == ExportModulePath; in exportGlobalInModule() 299 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 382 StringRef modulePath() const { return ModulePath; } 1318 return Summary->modulePath() == ModuleId; 1479 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 381 StringRef modulePath() const { return ModulePath; } 1207 return Summary->modulePath() == ModuleId; 1369 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOBackend.cpp | 702 if (Summary->modulePath() == M.getModuleIdentifier()) in loadReferencedModules() 705 ImportList[Summary->modulePath()].insert(GUID); in loadReferencedModules()
|
D | LTO.cpp | 361 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID() 406 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 1434 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 348 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID() 393 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 1349 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 83 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
/external/llvm-project/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 135 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 626 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary() 1039 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3449 NameVals.push_back(Index.getModuleId(VS->modulePath())); in writeCombinedGlobalValueSummary() 3465 NameVals.push_back(Index.getModuleId(FS->modulePath())); in writeCombinedGlobalValueSummary() 3507 NameVals.push_back(Index.getModuleId(AS->modulePath())); in writeCombinedGlobalValueSummary()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 4019 NameVals.push_back(Index.getModuleId(VS->modulePath())); in writeCombinedGlobalValueSummary() 4042 NameVals.push_back(Index.getModuleId(FS->modulePath())); in writeCombinedGlobalValueSummary() 4126 NameVals.push_back(Index.getModuleId(AS->modulePath())); in writeCombinedGlobalValueSummary()
|