• Home
  • Raw
  • Download

Lines Matching refs:Case

638             .Case("debug_info", &InfoSection.Data)  in DWARFContextInMemory()
639 .Case("debug_abbrev", &AbbrevSection) in DWARFContextInMemory()
640 .Case("debug_loc", &LocSection.Data) in DWARFContextInMemory()
641 .Case("debug_line", &LineSection.Data) in DWARFContextInMemory()
642 .Case("debug_aranges", &ARangeSection) in DWARFContextInMemory()
643 .Case("debug_frame", &DebugFrameSection) in DWARFContextInMemory()
644 .Case("debug_str", &StringSection) in DWARFContextInMemory()
645 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()
646 .Case("debug_macinfo", &MacinfoSection) in DWARFContextInMemory()
647 .Case("debug_pubnames", &PubNamesSection) in DWARFContextInMemory()
648 .Case("debug_pubtypes", &PubTypesSection) in DWARFContextInMemory()
649 .Case("debug_gnu_pubnames", &GnuPubNamesSection) in DWARFContextInMemory()
650 .Case("debug_gnu_pubtypes", &GnuPubTypesSection) in DWARFContextInMemory()
651 .Case("debug_info.dwo", &InfoDWOSection.Data) in DWARFContextInMemory()
652 .Case("debug_abbrev.dwo", &AbbrevDWOSection) in DWARFContextInMemory()
653 .Case("debug_loc.dwo", &LocDWOSection.Data) in DWARFContextInMemory()
654 .Case("debug_line.dwo", &LineDWOSection.Data) in DWARFContextInMemory()
655 .Case("debug_str.dwo", &StringDWOSection) in DWARFContextInMemory()
656 .Case("debug_str_offsets.dwo", &StringOffsetDWOSection) in DWARFContextInMemory()
657 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()
658 .Case("apple_names", &AppleNamesSection.Data) in DWARFContextInMemory()
659 .Case("apple_types", &AppleTypesSection.Data) in DWARFContextInMemory()
660 .Case("apple_namespaces", &AppleNamespacesSection.Data) in DWARFContextInMemory()
661 .Case("apple_namespac", &AppleNamespacesSection.Data) in DWARFContextInMemory()
662 .Case("apple_objc", &AppleObjCSection.Data) in DWARFContextInMemory()
663 .Case("debug_cu_index", &CUIndexSection) in DWARFContextInMemory()
664 .Case("debug_tu_index", &TUIndexSection) in DWARFContextInMemory()
708 .Case("debug_info", &InfoSection.Relocs) in DWARFContextInMemory()
709 .Case("debug_loc", &LocSection.Relocs) in DWARFContextInMemory()
710 .Case("debug_info.dwo", &InfoDWOSection.Relocs) in DWARFContextInMemory()
711 .Case("debug_line", &LineSection.Relocs) in DWARFContextInMemory()
712 .Case("apple_names", &AppleNamesSection.Relocs) in DWARFContextInMemory()
713 .Case("apple_types", &AppleTypesSection.Relocs) in DWARFContextInMemory()
714 .Case("apple_namespaces", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
715 .Case("apple_namespac", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
716 .Case("apple_objc", &AppleObjCSection.Relocs) in DWARFContextInMemory()