/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 104 StringRef ModulePath, const ModuleSummaryIndex &Index, 113 StringRef ModulePath, const ModuleSummaryIndex &Index, 146 StringRef ModulePath, 153 StringRef ModulePath, StringRef OutputFilename,
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 89 StringRef ModulePath, const ModuleSummaryIndex &Index, 103 StringRef ModulePath, 109 EmitImportsFiles(StringRef ModulePath, StringRef OutputFilename,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 545 StringRef ModulePath, in dumpImportListForModule() argument 547 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule() 562 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument 567 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule() 570 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule() 574 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule() 581 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument 594 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex() 600 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleFromIndex() 706 StringRef ModulePath, in gatherImportedSummariesForModule() argument [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 411 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument 417 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule() 420 DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule() 424 DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in ComputeCrossModuleImportForModule() 437 StringRef ModulePath, in gatherImportedSummariesForModule() argument 442 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule() 443 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule() 444 auto ModuleImports = ImportLists.find(ModulePath); in gatherImportedSummariesForModule() 463 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument 465 auto ModuleImports = ImportLists.find(ModulePath); in EmitImportsFiles()
|
/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 71 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument 80 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 129 StringRef ModulePath; variable 158 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } in setModulePath() 161 StringRef modulePath() const { return ModulePath; } in modulePath() 488 void collectDefinedFunctionsForModule(StringRef ModulePath,
|
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 210 static void emitImports(StringRef ModulePath, StringRef OutputName, 223 StringRef ModulePath, ModuleSummaryIndex &Index,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 724 StringRef ModulePath, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument 738 llvm::gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() 739 ImportLists[ModulePath], in gatherImportedSummariesForModule() 746 void ThinLTOCodeGenerator::emitImports(StringRef ModulePath, in emitImports() argument 762 llvm::gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitImports() 763 ImportLists[ModulePath], in emitImports() 768 EmitImportsFiles(ModulePath, OutputName, ModuleToSummariesForIndex))) in emitImports()
|
D | LTO.cpp | 995 StringRef ModulePath = BM.getModuleIdentifier(); in start() local 996 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start() 998 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start() 1089 StringRef ModulePath = BM.getModuleIdentifier(); in start() local 1091 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start() 1097 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in start() 1108 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start() 1115 OnWrite(ModulePath); in start()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 276 static void emitImports(StringRef ModulePath, StringRef OutputName, 289 StringRef ModulePath, ModuleSummaryIndex &Index,
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 566 StringRef ModulePath, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument 580 llvm::gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() 588 void ThinLTOCodeGenerator::emitImports(StringRef ModulePath, in emitImports() argument 604 if ((EC = EmitImportsFiles(ModulePath, OutputName, ImportLists))) in emitImports()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 36 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument 45 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 289 StringRef ModulePath; 319 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } 322 StringRef modulePath() const { return ModulePath; } 1087 void collectDefinedFunctionsForModule(StringRef ModulePath,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 724 StringRef ModulePath; member in __anonc13c2b0b0411::ModuleSummaryIndexBitcodeReader 733 StringRef ModulePath, unsigned ModuleId); 4818 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument 4820 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader() 4823 TheIndex.addModule(ModulePath, ModuleId); in addThisModule() 4828 return TheIndex.getModule(ModulePath); in getThisModule() 5321 TheIndex.findSummaryInModule(AliaseeGUID, ModulePath); in parseEntireSummary() 5508 SmallString<128> ModulePath; in parseModuleStringTable() local 5533 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable() 5536 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.h | 208 Error loadClangModule(StringRef Filename, StringRef ModulePath,
|
D | DwarfLinker.cpp | 2099 Error DwarfLinker::loadClangModule(StringRef Filename, StringRef ModulePath, in loadClangModule() argument 2109 sys::path::append(Path, ModulePath, Filename); in loadClangModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 918 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs() argument 923 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7508 StringRef ModulePath; in ParseFunctionSummary() local 7520 ParseModuleReference(ModulePath) || in ParseFunctionSummary() 7562 FS->setModulePath(ModulePath); in ParseFunctionSummary() 7578 StringRef ModulePath; in ParseVariableSummary() local 7585 ParseModuleReference(ModulePath) || in ParseVariableSummary() 7600 GS->setModulePath(ModulePath); in ParseVariableSummary() 7617 StringRef ModulePath; in ParseAliasSummary() local 7623 ParseModuleReference(ModulePath) || in ParseAliasSummary() 7640 AS->setModulePath(ModulePath); in ParseAliasSummary() 8124 bool LLParser::ParseModuleReference(StringRef &ModulePath) { in ParseModuleReference() argument [all …]
|
D | LLParser.h | 343 bool ParseModuleReference(StringRef &ModulePath);
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1217 void loadClangModule(StringRef Filename, StringRef ModulePath, 3288 void DwarfLinker::loadClangModule(StringRef Filename, StringRef ModulePath, in loadClangModule() argument 3293 sys::path::append(Path, ModulePath, Filename); in loadClangModule()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6369 SmallString<128> ModulePath; in parseModuleStringTable() local 6393 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable() 6396 LastSeenModulePath = TheIndex->addModulePath(ModulePath, ModuleId); in parseModuleStringTable() 6399 ModulePath.clear(); in parseModuleStringTable()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 449 bool doIncludeModule(StringRef ModulePath) { in doIncludeModule() argument 451 ModuleToSummariesForIndex->count(ModulePath); in doIncludeModule()
|