Home
last modified time | relevance | path

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

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Drepo.go31 ModulePath() string methodSpec
334 func (l *loggingRepo) ModulePath() string { func
335 return l.r.ModulePath()
340 logCall("CheckReuse[%s]: %v", l.r.ModulePath(), err)
346 defer logCall("Repo[%s]: Versions(%q)", l.r.ModulePath(), prefix)()
351 defer logCall("Repo[%s]: Stat(%q)", l.r.ModulePath(), rev)()
356 defer logCall("Repo[%s]: Latest()", l.r.ModulePath())()
361 defer logCall("Repo[%s]: GoMod(%q)", l.r.ModulePath(), version)()
370 defer logCall("Repo[%s]: Zip(%s, %q)", l.r.ModulePath(), dstName, version)()
383 func (r errRepo) ModulePath() string { return r.modulePath } func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A 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 …]
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h151 StringRef ModulePath, const ModuleSummaryIndex &Index,
160 StringRef ModulePath, const ModuleSummaryIndex &Index,
201 StringRef ModulePath,
208 StringRef ModulePath, StringRef OutputFilename,
/aosp_15_r20/external/bcc/src/cc/includes/
H A 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_;
/aosp_15_r20/external/bcc/src/cc/
H A 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_;
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h157 StringRef ModulePath, const ModuleSummaryIndex &Index,
166 StringRef ModulePath, const ModuleSummaryIndex &Index,
215 StringRef ModulePath,
222 StringRef ModulePath, StringRef OutputFilename,
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Dwork.go27 ModulePath string // Module path in the comment. member
242 d.ModulePath = modulePath
260 f.Use = append(f.Use, &Use{Path: diskPath, ModulePath: modulePath, Syntax: line})
266 need[d.Path] = d.ModulePath
271 d.ModulePath = modulePath
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h89 StringRef ModulePath, const ModuleSummaryIndex &Index,
103 StringRef ModulePath,
109 EmitImportsFiles(StringRef ModulePath, StringRef OutputFilename,
/aosp_15_r20/external/llvm/include/llvm/IR/
H A 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,
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery.go1111 ModulePath() string methodSpec
1147 func (er emptyRepo) ModulePath() string { return er.path } func
1171 func (rr *replacementRepo) ModulePath() string { return rr.repo.ModulePath() } func
1191 path := rr.ModulePath()
1204 path := rr.ModulePath()
1234 path := rr.ModulePath()
1250 path := rr.ModulePath()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/configstore/
Ddownload.go25 ModulePath = "golang.org/x/telemetry/config" const
52 modVer := ModulePath + "@" + version
/aosp_15_r20/external/llvm/lib/IR/
H A DModuleSummaryIndex.cpp71 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
80 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DFunctionImport.h211 StringRef ModulePath,
218 StringRef ModulePath, StringRef OutputFilename,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DFunctionImport.h211 StringRef ModulePath,
218 StringRef ModulePath, StringRef OutputFilename,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DFunctionImport.h211 StringRef ModulePath,
218 StringRef ModulePath, StringRef OutputFilename,
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h210 static void emitImports(StringRef ModulePath, StringRef OutputName,
223 StringRef ModulePath, ModuleSummaryIndex &Index,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DFunctionImport.h211 StringRef ModulePath,
218 StringRef ModulePath, StringRef OutputFilename,
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/decodemeta/
Ddecode.go77 func (d *CoverageMetaDataDecoder) ModulePath() string { func
78 return d.strtab.Get(d.hdr.ModulePath)
/aosp_15_r20/external/llvm/lib/LTO/
H A 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()
/aosp_15_r20/build/blueprint/
H A Dname_interface.go87 ModulePath() string methodSpec
102 func (ctx *namespaceContextImpl) ModulePath() string { func

1234