HomeSort by relevance Sort by last modified time
    Searched defs:DwarfCUToModule (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 35 // file defines the DwarfCUToModule class, which accepts parsed DWARF
66 class DwarfCUToModule: public dwarf2reader::RootDIEHandler {
70 // for use by DwarfCUToModule. Each DwarfCUToModule instance deals
75 // then providing it to the DwarfCUToModule instance for each
96 friend class DwarfCUToModule;
125 // for DwarfCUToModule. DwarfCUToModule could certainly just use
147 // The interface DwarfCUToModule uses to report warnings. The member
234 DwarfCUToModule(FileContext *file_context
    [all...]
dwarf_cu_to_module.cc 32 // Implement the DwarfCUToModule class; see dwarf_cu_to_module.h.
78 struct DwarfCUToModule::Specification {
102 struct DwarfCUToModule::FilePrivate {
130 DwarfCUToModule::FileContext::FileContext(const string &filename,
139 DwarfCUToModule::FileContext::~FileContext() {
142 void DwarfCUToModule::FileContext::AddSectionToSectionMap(
147 void DwarfCUToModule::FileContext::ClearSectionMapForTest() {
152 DwarfCUToModule::FileContext::section_map() const {
156 void DwarfCUToModule::FileContext::ClearSpecifications() {
161 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference
    [all...]

Completed in 42 milliseconds