Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DModuleSummaryIndex.cpp37 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/
DJimageClassBinder.java107 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/
DLTO.cpp69 recordNewLinkage(S->modulePath(), GUID, S->linkage()); in thinLTOResolveWeakForLinkerGUID()
103 if (isExported(S->modulePath(), GUID)) { in thinLTOInternalizeAndPromoteGUID()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp229 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()
DWholeProgramDevirt.cpp828 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/
DFunctionImport.cpp229 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()
DWholeProgramDevirt.cpp722 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/
Dcore_main.cpp248 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/
DLLJITWithThinLTOSummaries.cpp74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary()
153 return S->modulePath(); in getMainModulePath()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h161 StringRef modulePath() const { return ModulePath; } in modulePath() function
395 return Summary->modulePath() == ModuleId; in findSummaryInModule()
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm200 NSString *modulePath =
206 if ([mgr fileExistsAtPath:modulePath])
212 NSArray *pathComponents = [modulePath componentsSeparatedByString:@"/"];
/external/llvm-project/lld/ELF/
DLTO.cpp73 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/
DFunctionImportUtils.cpp206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp230 return Summary->modulePath() == ExportModulePath; in exportGlobalInModule()
299 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h382 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/
DModuleSummaryIndex.h381 StringRef modulePath() const { return ModulePath; }
1207 return Summary->modulePath() == ModuleId;
1369 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
/external/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp702 if (Summary->modulePath() == M.getModuleIdentifier()) in loadReferencedModules()
705 ImportList[Summary->modulePath()].insert(GUID); in loadReferencedModules()
DLTO.cpp361 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/
DLTO.cpp348 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/
DModuleSummaryIndex.cpp83 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp135 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp626 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()
1039 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3449 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/
DBitcodeWriter.cpp4019 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()

12