Home
last modified time | relevance | path

Searched defs:ModuleInfo (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h71 struct ModuleInfo { struct
72 ModuleInfo() : File(), Size(), ModTime() { } in ModuleInfo() function
97 llvm::SmallVector<ModuleInfo, 16> Modules; argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin32.d151 immutable(ModuleInfo*)[] getModuleInfos() nothrow @nogc in immutable() argument
H A Dwin64.d199 immutable(ModuleInfo*)[] getModuleInfos() nothrow @nogc in immutable() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win.cc412 struct ModuleInfo { struct
413 const char *filepath;
414 uptr base_address;
415 uptr end_address;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc414 struct ModuleInfo { struct
415 const char *filepath;
416 uptr base_address;
417 uptr end_address;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cpp462 struct ModuleInfo { struct
463 const char *filepath;
464 uptr base_address;
465 uptr end_address;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp232 struct ModuleInfo { struct
233 std::vector<bool> CanBeHidden;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dminfo.d51 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable() argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d51 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4791 struct ModuleInfo { in WriteASTCore() struct
4792 uint64_t ID; in WriteASTCore()
4793 Module *M; in WriteASTCore()
4794 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d1560 @property immutable(ModuleInfo*)[] importedModules() nothrow pure @nogc in immutable() argument
1606 foreach (m; ModuleInfo) in foreach()