Searched defs:ModuleInfo (Results 1 – 12 of 12) sorted by relevance
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 69 struct ModuleInfo { struct 95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 69 struct ModuleInfo { struct 95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 69 struct ModuleInfo { struct 95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 69 struct ModuleInfo { struct 95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
|
/prebuilts/build-tools/common/py3-stdlib/ |
D | pkgutil.py | 22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
|
/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | build.go | 86 func ModuleInfo(ctx context.Context, path string) *modinfo.ModulePublic { func
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pkgutil.py | 22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pkgutil.py | 22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pkgutil.py | 22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/ |
D | pkgutil.py | 22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | types_windows.go | 3291 type ModuleInfo struct { struct 3292 BaseOfDll uintptr 3293 SizeOfImage uint32 3294 EntryPoint uintptr
|
D | zsyscall_windows.go | 3730 func GetModuleInformation(process Handle, module Handle, modinfo *ModuleInfo, cb uint32) (err error…
|