Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h69 struct ModuleInfo { struct
95 llvm::SmallVector<ModuleInfo, 16> Modules; argument
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp492 struct ModuleInfo { struct
493 const char *filepath;
494 uptr base_address;
495 uptr end_address;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp269 struct ModuleInfo { struct
270 BitVector CanBeHidden;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5196 struct ModuleInfo { in WriteASTCore() struct
5197 uint64_t ID; in WriteASTCore()
5198 Module *M; in WriteASTCore()
5199 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() argument