Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp505 struct ModuleInfo { struct
506 const char *filepath;
507 uptr base_address;
508 uptr end_address;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp269 struct ModuleInfo { struct
270 BitVector CanBeHidden;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6118 struct ModuleInfo { in WriteASTCore() struct
6119 uint64_t ID; in WriteASTCore()
6120 Module *M; in WriteASTCore()
6121 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() function