• Home
  • Raw
  • Download

Lines Matching refs:Case

577             .Case("debug_info", &InfoSection.Data)  in DWARFContextInMemory()
578 .Case("debug_abbrev", &AbbrevSection) in DWARFContextInMemory()
579 .Case("debug_loc", &LocSection.Data) in DWARFContextInMemory()
580 .Case("debug_line", &LineSection.Data) in DWARFContextInMemory()
581 .Case("debug_aranges", &ARangeSection) in DWARFContextInMemory()
582 .Case("debug_frame", &DebugFrameSection) in DWARFContextInMemory()
583 .Case("debug_str", &StringSection) in DWARFContextInMemory()
584 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()
585 .Case("debug_pubnames", &PubNamesSection) in DWARFContextInMemory()
586 .Case("debug_pubtypes", &PubTypesSection) in DWARFContextInMemory()
587 .Case("debug_gnu_pubnames", &GnuPubNamesSection) in DWARFContextInMemory()
588 .Case("debug_gnu_pubtypes", &GnuPubTypesSection) in DWARFContextInMemory()
589 .Case("debug_info.dwo", &InfoDWOSection.Data) in DWARFContextInMemory()
590 .Case("debug_abbrev.dwo", &AbbrevDWOSection) in DWARFContextInMemory()
591 .Case("debug_loc.dwo", &LocDWOSection.Data) in DWARFContextInMemory()
592 .Case("debug_line.dwo", &LineDWOSection.Data) in DWARFContextInMemory()
593 .Case("debug_str.dwo", &StringDWOSection) in DWARFContextInMemory()
594 .Case("debug_str_offsets.dwo", &StringOffsetDWOSection) in DWARFContextInMemory()
595 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()
596 .Case("apple_names", &AppleNamesSection.Data) in DWARFContextInMemory()
597 .Case("apple_types", &AppleTypesSection.Data) in DWARFContextInMemory()
598 .Case("apple_namespaces", &AppleNamespacesSection.Data) in DWARFContextInMemory()
599 .Case("apple_namespac", &AppleNamespacesSection.Data) in DWARFContextInMemory()
600 .Case("apple_objc", &AppleObjCSection.Data) in DWARFContextInMemory()
629 .Case("debug_info", &InfoSection.Relocs) in DWARFContextInMemory()
630 .Case("debug_loc", &LocSection.Relocs) in DWARFContextInMemory()
631 .Case("debug_info.dwo", &InfoDWOSection.Relocs) in DWARFContextInMemory()
632 .Case("debug_line", &LineSection.Relocs) in DWARFContextInMemory()
633 .Case("apple_names", &AppleNamesSection.Relocs) in DWARFContextInMemory()
634 .Case("apple_types", &AppleTypesSection.Relocs) in DWARFContextInMemory()
635 .Case("apple_namespaces", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
636 .Case("apple_namespac", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
637 .Case("apple_objc", &AppleObjCSection.Relocs) in DWARFContextInMemory()