Searched defs:ModuleInfo (Results 1 – 11 of 11) sorted by relevance
71 struct ModuleInfo { struct72 ModuleInfo() : File(), Size(), ModTime() { } in ModuleInfo() function97 llvm::SmallVector<ModuleInfo, 16> Modules; argument
151 immutable(ModuleInfo*)[] getModuleInfos() nothrow @nogc in immutable() argument
199 immutable(ModuleInfo*)[] getModuleInfos() nothrow @nogc in immutable() argument
412 struct ModuleInfo { struct413 const char *filepath;414 uptr base_address;415 uptr end_address;
414 struct ModuleInfo { struct415 const char *filepath;416 uptr base_address;417 uptr end_address;
462 struct ModuleInfo { struct463 const char *filepath;464 uptr base_address;465 uptr end_address;
232 struct ModuleInfo { struct233 std::vector<bool> CanBeHidden;
51 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable() argument
4791 struct ModuleInfo { in WriteASTCore() struct4792 uint64_t ID; in WriteASTCore()4793 Module *M; in WriteASTCore()4794 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() argument
1560 @property immutable(ModuleInfo*)[] importedModules() nothrow pure @nogc in immutable() argument1606 foreach (m; ModuleInfo) in foreach()