Searched defs:ModuleInfo (Results 1 – 3 of 3) sorted by relevance
505 struct ModuleInfo { struct506 const char *filepath;507 uptr base_address;508 uptr end_address;
269 struct ModuleInfo { struct270 BitVector CanBeHidden;
6118 struct ModuleInfo { in WriteASTCore() struct6119 uint64_t ID; in WriteASTCore()6120 Module *M; in WriteASTCore()6121 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() function