Home | History | Annotate | Download | only in common

Lines Matching refs:DwarfCUToModule

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(
171 struct DwarfCUToModule::CUContext {
194 // them here during parsing. Then, in DwarfCUToModule::Finish, we
204 struct DwarfCUToModule::DIEContext {
219 class DwarfCUToModule::GenericDIEHandler: public dwarf2reader::DIEHandler {
292 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeUnsigned(
302 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeReference(
338 string DwarfCUToModule::GenericDIEHandler::AddStringToPool(const string &str) {
344 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeString(
373 string DwarfCUToModule::GenericDIEHandler::ComputeQualifiedName() {
434 class DwarfCUToModule::FuncHandler: public GenericDIEHandler {
464 void DwarfCUToModule::FuncHandler::ProcessAttributeUnsigned(
486 void DwarfCUToModule::FuncHandler::ProcessAttributeSigned(
501 void DwarfCUToModule::FuncHandler::ProcessAttributeReference(
523 bool DwarfCUToModule::FuncHandler::EndAttributes() {
532 void DwarfCUToModule::FuncHandler::Finish() {
571 class DwarfCUToModule::NamedScopeHandler: public GenericDIEHandler {
583 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() {
588 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler(
604 void DwarfCUToModule::WarningReporter::CUHeading() {
612 void DwarfCUToModule::WarningReporter::UnknownSpecification(uint64 offset,
621 void DwarfCUToModule::WarningReporter::UnknownAbstractOrigin(uint64 offset,
630 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) {
636 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64 offset) {
643 void DwarfCUToModule::WarningReporter::UncoveredHeading() {
652 void DwarfCUToModule::WarningReporter::UncoveredFunction(
662 void DwarfCUToModule::WarningReporter::UncoveredLine(const Module::Line &line) {
671 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64 offset) {
677 void DwarfCUToModule::WarningReporter::DemangleError(
684 void DwarfCUToModule::WarningReporter::UnhandledInterCUReference(
693 DwarfCUToModule::DwarfCUToModule(FileContext *file_context,
702 DwarfCUToModule::~DwarfCUToModule() {
705 void DwarfCUToModule::ProcessAttributeSigned(enum DwarfAttribute attr,
717 void DwarfCUToModule::ProcessAttributeUnsigned(enum DwarfAttribute attr,
733 void DwarfCUToModule::ProcessAttributeString(enum DwarfAttribute attr,
748 bool DwarfCUToModule::EndAttributes() {
752 dwarf2reader::DIEHandler *DwarfCUToModule::FindChildHandler(
769 void DwarfCUToModule::SetLanguage(DwarfLanguage language) {
804 void DwarfCUToModule::ReadSourceLines(uint64 offset) {
838 void DwarfCUToModule::AssignLinesToFunctions() {
1029 void DwarfCUToModule::Finish() {
1059 bool DwarfCUToModule::StartCompilationUnit(uint64 offset,
1067 bool DwarfCUToModule::StartRootDIE(uint64 offset, enum DwarfTag tag) {