/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 | 106 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/ |
D | LTO.cpp | 69 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/ |
D | FunctionImport.cpp | 207 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/ |
D | ModuleSummaryIndex.h | 161 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/ |
D | ModuleSummaryIndex.cpp | 45 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule() 58 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get(); in collectDefinedGVSummariesPerModule()
|
D | AsmWriter.cpp | 2971 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | on_demand_symbol_supplier.mm | 199 NSString *modulePath = 205 if ([mgr fileExistsAtPath:modulePath]) 211 NSArray *pathComponents = [modulePath componentsSeparatedByString:@"/"];
|
/external/deqp/external/openglcts/scripts/verify/ |
D | verify_es.py | 235 def isGitLogFileEmpty (package, modulePath, gitLog): argument 240 process = subprocess.Popen(args, cwd=modulePath, stdout=subprocess.PIPE)
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 230 return Summary->modulePath() == ExportModulePath; in exportGlobalInModule() 299 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 322 StringRef modulePath() const { return ModulePath; } 983 return Summary->modulePath() == ModuleId;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 310 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/ |
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-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3749 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/ |
D | BitcodeReader.cpp | 5411 TheIndex.findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6317 TheIndex->findSummaryInModule(AliaseeGUID, AS->modulePath()); in parseEntireSummary()
|