Lines Matching defs:module
32 // The basic structure of this module tracks the structure of the minidump
34 // Minidump object. Like most other classes in this module, Minidump
43 // Most of the module lazily reads only the portion of the minidump file
61 // Memory management in this module is based on a strict
65 // through interaction with this module are ultimately owned by the
362 // by MDRawModule, such as the module's name and a specification for where
363 // to locate debugging information for the module.
379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; }
393 // The CodeView record, which contains information to locate the module's
426 // Reads indirectly-referenced data, including the module name, CodeView
447 // True if debug info was read from the module. Certain modules
454 // Cached module name.
477 // so that it may easily provide a code module corresponding to a specific
902 // force code generation of the templatized API within the module, and