Home
last modified time | relevance | path

Searched refs:ModuleInfo (Results 1 – 25 of 46) sorted by relevance

12

/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DGlobalModuleIndex.h69 struct ModuleInfo { struct
70 ModuleInfo() = default;
95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Serialization/
DGlobalModuleIndex.h69 struct ModuleInfo { struct
70 ModuleInfo() = default;
95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DGlobalModuleIndex.h69 struct ModuleInfo { struct
70 ModuleInfo() = default;
95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DGlobalModuleIndex.h69 struct ModuleInfo { struct
70 ModuleInfo() = default;
95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
/prebuilts/build-tools/common/py3-stdlib/
Dpkgutil.py22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
23 ModuleInfo.__doc__ = 'A namedtuple with minimal info about a module.'
119 yield ModuleInfo(i, name, ispkg)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpkgutil.py22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
23 ModuleInfo.__doc__ = 'A namedtuple with minimal info about a module.'
133 yield ModuleInfo(i, name, ispkg)
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpkgutil.py22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
23 ModuleInfo.__doc__ = 'A namedtuple with minimal info about a module.'
133 yield ModuleInfo(i, name, ispkg)
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpkgutil.py22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
23 ModuleInfo.__doc__ = 'A namedtuple with minimal info about a module.'
133 yield ModuleInfo(i, name, ispkg)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dpkgutil.py22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
23 ModuleInfo.__doc__ = 'A namedtuple with minimal info about a module.'
133 yield ModuleInfo(i, name, ispkg)
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModuleSummaryIndex.h1724 typedef ModulePathStringTableTy::value_type ModuleInfo;
1728 ModuleInfo *addModule(StringRef ModPath, ModuleHash Hash = ModuleHash{{0}}) {
1733 ModuleInfo *getModule(StringRef ModPath) {
1740 const ModuleInfo *getModule(StringRef ModPath) const {
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DModuleSummaryIndex.h1775 typedef ModulePathStringTableTy::value_type ModuleInfo;
1779 ModuleInfo *addModule(StringRef ModPath, ModuleHash Hash = ModuleHash{{0}}) {
1784 ModuleInfo *getModule(StringRef ModPath) {
1791 const ModuleInfo *getModule(StringRef ModPath) const {
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModuleSummaryIndex.h1730 typedef ModulePathStringTableTy::value_type ModuleInfo;
1734 ModuleInfo *addModule(StringRef ModPath, ModuleHash Hash = ModuleHash{{0}}) {
1739 ModuleInfo *getModule(StringRef ModPath) {
1746 const ModuleInfo *getModule(StringRef ModPath) const {
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModuleSummaryIndex.h1753 typedef ModulePathStringTableTy::value_type ModuleInfo;
1757 ModuleInfo *addModule(StringRef ModPath, ModuleHash Hash = ModuleHash{{0}}) {
1762 ModuleInfo *getModule(StringRef ModPath) {
1769 const ModuleInfo *getModule(StringRef ModPath) const {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
D_dbg_common.h717 WINBOOL IMAGEAPI SymGetModuleInfo64(HANDLE hProcess,DWORD64 qwAddr,PIMAGEHLP_MODULE64 ModuleInfo);
718 …INBOOL IMAGEAPI SymGetModuleInfoW64(HANDLE hProcess,DWORD64 qwAddr,PIMAGEHLP_MODULEW64 ModuleInfo);
724 WINBOOL IMAGEAPI SymGetModuleInfo(HANDLE hProcess,DWORD dwAddr,PIMAGEHLP_MODULE ModuleInfo);
725 WINBOOL IMAGEAPI SymGetModuleInfoW(HANDLE hProcess,DWORD dwAddr,PIMAGEHLP_MODULEW ModuleInfo);
/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dbuild.go86 func ModuleInfo(ctx context.Context, path string) *modinfo.ModulePublic { func
/prebuilts/go/linux-x86/src/cmd/go/internal/modcmd/
Dvendor.go172 goVersion = modload.ModuleInfo(ctx, m.Path).GoVersion
/prebuilts/go/linux-x86/src/cmd/go/internal/list/
Dlist.go483 "module": func(path string) *modinfo.ModulePublic { return modload.ModuleInfo(ctx, path) },
/prebuilts/sdk/29/public/
Dframework.aidl138 parcelable android.content.pm.ModuleInfo;
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go3291 type ModuleInfo struct { struct
/prebuilts/sdk/30/public/
Dframework.aidl152 parcelable android.content.pm.ModuleInfo;
/prebuilts/sdk/32/public/
Dframework.aidl181 parcelable android.content.pm.ModuleInfo;
/prebuilts/sdk/31/public/
Dframework.aidl181 parcelable android.content.pm.ModuleInfo;
/prebuilts/sdk/33/public/
Dframework.aidl233 parcelable android.content.pm.ModuleInfo;
/prebuilts/sdk/34/public/
Dframework.aidl304 parcelable android.content.pm.ModuleInfo;
/prebuilts/sdk/35/public/
Dframework.aidl365 parcelable android.content.pm.ModuleInfo;

12