Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h151 StringRef ModulePath, const ModuleSummaryIndex &Index,
160 StringRef ModulePath, const ModuleSummaryIndex &Index,
201 StringRef ModulePath,
208 StringRef ModulePath, StringRef OutputFilename,
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h157 StringRef ModulePath, const ModuleSummaryIndex &Index,
166 StringRef ModulePath, const ModuleSummaryIndex &Index,
207 StringRef ModulePath,
214 StringRef ModulePath, StringRef OutputFilename,
/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h89 StringRef ModulePath, const ModuleSummaryIndex &Index,
103 StringRef ModulePath,
109 EmitImportsFiles(StringRef ModulePath, StringRef OutputFilename,
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp639 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() argument
641 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
748 StringRef ModulePath, in dumpImportListForModule() argument
750 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
765 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
770 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
773 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
774 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
777 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
784 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp649 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() argument
651 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
723 StringRef ModulePath, in dumpImportListForModule() argument
725 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
740 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
745 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
748 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
749 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
752 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
759 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
[all …]
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp411 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/
DModuleSummaryIndex.cpp71 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
80 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h129 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/
DThinLTOCodeGenerator.h210 static void emitImports(StringRef ModulePath, StringRef OutputName,
223 StringRef ModulePath, ModuleSummaryIndex &Index,
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.h35 typedef std::vector<ConstString> ModulePath; typedef
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp566 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-10.0/llvm/lib/LTO/
DLTO.cpp1124 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1125 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1127 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1216 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1218 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
1224 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in start()
1235 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()
1242 OnWrite(ModulePath); in start()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp1186 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1187 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1189 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1287 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1289 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start()
1295 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in start()
1306 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()
1313 OnWrite(std::string(ModulePath)); in start()
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeReader.h119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp74 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
83 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/llvm-project/lldb/unittests/TestingSupport/Host/
DNativeProcessTestUtils.h49 Status(const char *ModulePath, FileSpec &Spec));
/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp126 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
135 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h349 StringRef ModulePath;
379 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
382 StringRef modulePath() const { return ModulePath; }
1468 void collectDefinedFunctionsForModule(StringRef ModulePath,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h348 StringRef ModulePath;
378 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
381 StringRef modulePath() const { return ModulePath; }
1358 void collectDefinedFunctionsForModule(StringRef ModulePath,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp804 StringRef ModulePath; member in __anonab29aeb30411::ModuleSummaryIndexBitcodeReader
813 StringRef ModulePath, unsigned ModuleId);
5365 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5367 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5370 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5375 return TheIndex.getModule(ModulePath); in getThisModule()
5952 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6197 SmallString<128> ModulePath; in parseModuleStringTable() local
6228 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6231 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
[all …]
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp806 StringRef ModulePath; member in __anona132453f0411::ModuleSummaryIndexBitcodeReader
815 StringRef ModulePath, unsigned ModuleId);
5569 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5571 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5574 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5579 return TheIndex.getModule(ModulePath); in getThisModule()
6165 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6424 SmallString<128> ModulePath; in parseModuleStringTable() local
6455 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6458 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
[all …]
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp968 static void writeEmptyDistributedBuildOutputs(const std::string &ModulePath, in writeEmptyDistributedBuildOutputs() argument
973 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in writeEmptyDistributedBuildOutputs()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp8510 StringRef ModulePath; in parseFunctionSummary() local
8523 parseModuleReference(ModulePath) || in parseFunctionSummary()
8570 FS->setModulePath(ModulePath); in parseFunctionSummary()
8586 StringRef ModulePath; in parseVariableSummary() local
8598 parseModuleReference(ModulePath) || in parseVariableSummary()
8626 GS->setModulePath(ModulePath); in parseVariableSummary()
8644 StringRef ModulePath; in parseAliasSummary() local
8650 parseModuleReference(ModulePath) || in parseAliasSummary()
8667 AS->setModulePath(ModulePath); in parseAliasSummary()
8673 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in parseAliasSummary()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8083 StringRef ModulePath; in ParseFunctionSummary() local
8095 ParseModuleReference(ModulePath) || in ParseFunctionSummary()
8137 FS->setModulePath(ModulePath); in ParseFunctionSummary()
8153 StringRef ModulePath; in ParseVariableSummary() local
8163 ParseModuleReference(ModulePath) || in ParseVariableSummary()
8191 GS->setModulePath(ModulePath); in ParseVariableSummary()
8209 StringRef ModulePath; in ParseAliasSummary() local
8215 ParseModuleReference(ModulePath) || in ParseAliasSummary()
8232 AS->setModulePath(ModulePath); in ParseAliasSummary()
8240 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in ParseAliasSummary()
[all …]

12