Searched defs:DwarfCFIToModule (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.h34 // dwarf_cfi_to_module.h: Define the DwarfCFIToModule class, which
63 class DwarfCFIToModule: public CallFrameInfo::Handler { class in namespace:google_breakpad
66 // DwarfCFIToModule uses an instance of this class to report errors
80 // DwarfCFIToModule constructor, nor does it match the return
89 // expression to find its value, but DwarfCFIToModule is not
129 // alive for as long as the DwarfCFIToModule does.
133 DwarfCFIToModule(Module *module, const vector<string> &register_names, function in class:google_breakpad::DwarfCFIToModule
138 virtual ~DwarfCFIToModule() { delete entry_; }

Completed in 46 milliseconds