Lines Matching refs:DwarfCUToModule

79 struct DwarfCUToModule::Specification {
103 struct DwarfCUToModule::FilePrivate {
131 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext()
140 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext()
143 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap()
148 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest()
153 DwarfCUToModule::FileContext::section_map() const { in section_map()
157 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications()
162 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference()
172 struct DwarfCUToModule::CUContext {
224 struct DwarfCUToModule::DIEContext {
239 class DwarfCUToModule::GenericDIEHandler: public dwarf2reader::DIEHandler {
322 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()
332 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeReference( in ProcessAttributeReference()
365 string DwarfCUToModule::GenericDIEHandler::AddStringToPool(const string &str) { in AddStringToPool()
371 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeString( in ProcessAttributeString()
404 string DwarfCUToModule::GenericDIEHandler::ComputeQualifiedName() { in ComputeQualifiedName()
468 class DwarfCUToModule::FuncHandler: public GenericDIEHandler {
499 void DwarfCUToModule::FuncHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()
524 void DwarfCUToModule::FuncHandler::ProcessAttributeSigned( in ProcessAttributeSigned()
539 void DwarfCUToModule::FuncHandler::ProcessAttributeReference( in ProcessAttributeReference()
563 bool DwarfCUToModule::FuncHandler::EndAttributes() { in EndAttributes()
582 void DwarfCUToModule::FuncHandler::Finish() { in Finish()
665 class DwarfCUToModule::NamedScopeHandler: public GenericDIEHandler {
677 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { in EndAttributes()
682 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler( in FindChildHandler()
698 void DwarfCUToModule::WarningReporter::CUHeading() { in CUHeading()
706 void DwarfCUToModule::WarningReporter::UnknownSpecification(uint64_t offset, in UnknownSpecification()
715 void DwarfCUToModule::WarningReporter::UnknownAbstractOrigin(uint64_t offset, in UnknownAbstractOrigin()
724 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection()
730 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64_t offset) { in BadLineInfoOffset()
737 void DwarfCUToModule::WarningReporter::UncoveredHeading() { in UncoveredHeading()
746 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction()
756 void DwarfCUToModule::WarningReporter::UncoveredLine(const Module::Line &line) { in UncoveredLine()
765 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64_t offset) { in UnnamedFunction()
771 void DwarfCUToModule::WarningReporter::DemangleError(const string &input) { in DemangleError()
777 void DwarfCUToModule::WarningReporter::UnhandledInterCUReference( in UnhandledInterCUReference()
786 void DwarfCUToModule::WarningReporter::MalformedRangeList(uint64_t offset) { in MalformedRangeList()
793 void DwarfCUToModule::WarningReporter::MissingRanges() { in MissingRanges()
799 DwarfCUToModule::DwarfCUToModule(FileContext *file_context, in DwarfCUToModule() function in google_breakpad::DwarfCUToModule
809 DwarfCUToModule::~DwarfCUToModule() { in ~DwarfCUToModule()
812 void DwarfCUToModule::ProcessAttributeSigned(enum DwarfAttribute attr, in ProcessAttributeSigned()
824 void DwarfCUToModule::ProcessAttributeUnsigned(enum DwarfAttribute attr, in ProcessAttributeUnsigned()
850 void DwarfCUToModule::ProcessAttributeString(enum DwarfAttribute attr, in ProcessAttributeString()
865 bool DwarfCUToModule::EndAttributes() { in EndAttributes()
869 dwarf2reader::DIEHandler *DwarfCUToModule::FindChildHandler( in FindChildHandler()
887 void DwarfCUToModule::SetLanguage(DwarfLanguage language) { in SetLanguage()
930 void DwarfCUToModule::ReadSourceLines(uint64_t offset) { in ReadSourceLines()
1007 void DwarfCUToModule::AssignLinesToFunctions() { in AssignLinesToFunctions()
1201 void DwarfCUToModule::Finish() { in Finish()
1231 bool DwarfCUToModule::StartCompilationUnit(uint64_t offset, in StartCompilationUnit()
1239 bool DwarfCUToModule::StartRootDIE(uint64_t offset, enum DwarfTag tag) { in StartRootDIE()