Home
last modified time | relevance | path

Searched refs:g_sect_name_dwarf_debug_ranges (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp646 static ConstString g_sect_name_dwarf_debug_ranges (".debug_ranges"); in CreateSections() local
689 …else if (const_sect_name == g_sect_name_dwarf_debug_ranges) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp882 static ConstString g_sect_name_dwarf_debug_ranges (".debug_ranges"); in CreateSections() local
926 … else if (name == g_sect_name_dwarf_debug_ranges) sect_type = eSectionTypeDWARFDebugRanges; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1225 … static ConstString g_sect_name_dwarf_debug_ranges ("__debug_ranges"); in CreateSections() local
1255 else if (section_name == g_sect_name_dwarf_debug_ranges) in CreateSections()