• Home
  • Raw
  • Download

Lines Matching refs:DwarfCUToModule

78 struct DwarfCUToModule::Specification {
102 struct DwarfCUToModule::FilePrivate {
130 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext()
139 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext()
142 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap()
147 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest()
152 DwarfCUToModule::FileContext::section_map() const { in section_map()
156 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications()
161 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference()
171 struct DwarfCUToModule::CUContext {
204 struct DwarfCUToModule::DIEContext {
219 class DwarfCUToModule::GenericDIEHandler: public dwarf2reader::DIEHandler {
292 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()
302 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeReference( in ProcessAttributeReference()
338 string DwarfCUToModule::GenericDIEHandler::AddStringToPool(const string &str) { in AddStringToPool()
344 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeString( in ProcessAttributeString()
373 string DwarfCUToModule::GenericDIEHandler::ComputeQualifiedName() { in ComputeQualifiedName()
434 class DwarfCUToModule::FuncHandler: public GenericDIEHandler {
464 void DwarfCUToModule::FuncHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()
486 void DwarfCUToModule::FuncHandler::ProcessAttributeSigned( in ProcessAttributeSigned()
501 void DwarfCUToModule::FuncHandler::ProcessAttributeReference( in ProcessAttributeReference()
523 bool DwarfCUToModule::FuncHandler::EndAttributes() { in EndAttributes()
532 void DwarfCUToModule::FuncHandler::Finish() { in Finish()
571 class DwarfCUToModule::NamedScopeHandler: public GenericDIEHandler {
583 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { in EndAttributes()
588 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler( in FindChildHandler()
604 void DwarfCUToModule::WarningReporter::CUHeading() { in CUHeading()
612 void DwarfCUToModule::WarningReporter::UnknownSpecification(uint64 offset, in UnknownSpecification()
621 void DwarfCUToModule::WarningReporter::UnknownAbstractOrigin(uint64 offset, in UnknownAbstractOrigin()
630 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection()
636 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64 offset) { in BadLineInfoOffset()
643 void DwarfCUToModule::WarningReporter::UncoveredHeading() { in UncoveredHeading()
652 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction()
662 void DwarfCUToModule::WarningReporter::UncoveredLine(const Module::Line &line) { in UncoveredLine()
671 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64 offset) { in UnnamedFunction()
677 void DwarfCUToModule::WarningReporter::DemangleError( in DemangleError()
684 void DwarfCUToModule::WarningReporter::UnhandledInterCUReference( in UnhandledInterCUReference()
693 DwarfCUToModule::DwarfCUToModule(FileContext *file_context, in DwarfCUToModule() function in google_breakpad::DwarfCUToModule
702 DwarfCUToModule::~DwarfCUToModule() { in ~DwarfCUToModule()
705 void DwarfCUToModule::ProcessAttributeSigned(enum DwarfAttribute attr, in ProcessAttributeSigned()
717 void DwarfCUToModule::ProcessAttributeUnsigned(enum DwarfAttribute attr, in ProcessAttributeUnsigned()
733 void DwarfCUToModule::ProcessAttributeString(enum DwarfAttribute attr, in ProcessAttributeString()
748 bool DwarfCUToModule::EndAttributes() { in EndAttributes()
752 dwarf2reader::DIEHandler *DwarfCUToModule::FindChildHandler( in FindChildHandler()
769 void DwarfCUToModule::SetLanguage(DwarfLanguage language) { in SetLanguage()
804 void DwarfCUToModule::ReadSourceLines(uint64 offset) { in ReadSourceLines()
838 void DwarfCUToModule::AssignLinesToFunctions() { in AssignLinesToFunctions()
1029 void DwarfCUToModule::Finish() { in Finish()
1059 bool DwarfCUToModule::StartCompilationUnit(uint64 offset, in StartCompilationUnit()
1067 bool DwarfCUToModule::StartRootDIE(uint64 offset, enum DwarfTag tag) { in StartRootDIE()