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.cpp488 struct ModuleInfo { struct
489 const char *filepath;
490 uptr base_address;
491 uptr end_address;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp278 struct ModuleInfo { struct
279 BitVector CanBeHidden;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5547 struct ModuleInfo { in WriteASTCore() struct
5548 uint64_t ID; in WriteASTCore()
5549 Module *M; in WriteASTCore()
5550 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() argument