Home
last modified time | relevance | path

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

/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.java106 Path modulePath(String moduleName) { in modulePath() method in JimageClassBinder
114 Path path = modulePath(moduleName); in module()
142 Path modulePath = modulePath(moduleName); in initPackage() local
143 Path modulePackagePath = modulePath.resolve(packageName); in initPackage()
150 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp207 Summary->modulePath() != CallerModulePath) in selectCallee()
264 ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
266 (*ExportLists)[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
351 Summary.modulePath()); in computeImportForFunction()
369 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
594 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
597 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h161 StringRef modulePath() const { return ModulePath; } in modulePath() function
395 return Summary->modulePath() == ModuleId; in findSummaryInModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp45 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
58 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get(); in collectDefinedGVSummariesPerModule()
DAsmWriter.cpp2971 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm199 NSString *modulePath =
205 if ([mgr fileExistsAtPath:modulePath])
211 NSArray *pathComponents = [modulePath componentsSeparatedByString:@"/"];
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py235 def isGitLogFileEmpty (package, modulePath, gitLog): argument
240 process = subprocess.Popen(args, cwd=modulePath, stdout=subprocess.PIPE)
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp230 return Summary->modulePath() == ExportModulePath; in exportGlobalInModule()
299 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h322 StringRef modulePath() const { return ModulePath; }
983 return Summary->modulePath() == ModuleId;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp310 recordNewLinkage(S->modulePath(), GUID, S->linkage()); in thinLTOResolveWeakForLinkerGUID()
345 if (isExported(S->modulePath(), GUID)) { in thinLTOInternalizeAndPromoteGUID()
1206 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
/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-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3749 NameVals.push_back(Index.getModuleId(VS->modulePath())); in writeCombinedGlobalValueSummary()
3770 NameVals.push_back(Index.getModuleId(FS->modulePath())); in writeCombinedGlobalValueSummary()
3844 NameVals.push_back(Index.getModuleId(AS->modulePath())); in writeCombinedGlobalValueSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5411 TheIndex.findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6317 TheIndex->findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()