Home
last modified time | relevance | path

Searched refs:ModulePath (Results 1 – 25 of 33) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h157 StringRef ModulePath, const ModuleSummaryIndex &Index,
166 StringRef ModulePath, const ModuleSummaryIndex &Index,
215 StringRef ModulePath,
222 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/bcc/src/cc/
Dsyms.h128 class ModulePath {
138 ModulePath(const std::string &ns_path, int root_fd, int pid, bool enter_ns);
146 ~ModulePath() { in ~ModulePath()
161 Module(const char *name, std::shared_ptr<ModulePath> path,
165 std::shared_ptr<ModulePath> path_;
Dbcc_syms.cc40 ProcSyms::ModulePath::ModulePath(const std::string &ns_path, int root_fd, in ModulePath() function in ProcSyms::ModulePath
197 std::shared_ptr<ModulePath> modpath = in _add_module()
198 std::make_shared<ModulePath>(mod->name, ps->procstat_.get_root_fd(), in _add_module()
292 ProcSyms::Module::Module(const char *name, std::shared_ptr<ModulePath> path, in Module()
/external/bcc/src/cc/includes/
Dsyms.h128 class ModulePath {
138 ModulePath(const std::string &ns_path, int root_fd, int pid, bool enter_ns);
146 ~ModulePath() { in ~ModulePath()
161 Module(const char *name, std::shared_ptr<ModulePath> path,
165 std::shared_ptr<ModulePath> path_;
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp636 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() argument
638 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
745 StringRef ModulePath, in dumpImportListForModule() argument
747 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
762 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
767 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
770 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
771 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
774 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
781 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
[all …]
/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/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTO.cpp1225 llvm::StringRef ModulePath, in emitFiles() argument
1229 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitFiles()
1239 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1333 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1334 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1336 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1365 OnWrite(std::string(ModulePath)); in start()
1438 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1440 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start()
1445 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()
[all …]
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/external/mesa3d/docs/
Dgallium-nine.rst37 - set ModulePath of Software\Wine\Direct3DNine in the wine registers
/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/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-16.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h159 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DModuleSummaryIndex.cpp153 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
162 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h437 StringRef ModulePath;
467 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
470 StringRef modulePath() const { return ModulePath; }
1714 void collectDefinedFunctionsForModule(StringRef ModulePath,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp804 StringRef ModulePath; member in __anon19aef5020411::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/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp904 StringRef ModulePath; member in __anon2fdbc6080411::ModuleSummaryIndexBitcodeReader
921 StringRef ModulePath, unsigned ModuleId,
6722 StringRef ModulePath, unsigned ModuleId, in ModuleSummaryIndexBitcodeReader() argument
6725 ModulePath(ModulePath), ModuleId(ModuleId), IsPrevailing(IsPrevailing) {} in ModuleSummaryIndexBitcodeReader()
6728 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
6733 return TheIndex.getModule(ModulePath); in getThisModule()
7338 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
7686 SmallString<128> ModulePath; in parseModuleStringTable() local
7717 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
7720 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp8762 StringRef ModulePath; in parseFunctionSummary() local
8778 parseModuleReference(ModulePath) || in parseFunctionSummary()
8833 FS->setModulePath(ModulePath); in parseFunctionSummary()
8849 StringRef ModulePath; in parseVariableSummary() local
8862 parseModuleReference(ModulePath) || in parseVariableSummary()
8890 GS->setModulePath(ModulePath); in parseVariableSummary()
8908 StringRef ModulePath; in parseAliasSummary() local
8915 parseModuleReference(ModulePath) || in parseAliasSummary()
8932 AS->setModulePath(ModulePath); in parseAliasSummary()
8938 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in parseAliasSummary()
[all …]

12