Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp640 static ConstString g_sect_name_dwarf_debug_info (".debug_info"); in CreateSections() local
683 …else if (const_sect_name == g_sect_name_dwarf_debug_info) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp876 static ConstString g_sect_name_dwarf_debug_info (".debug_info"); in CreateSections() local
920 … else if (name == g_sect_name_dwarf_debug_info) sect_type = eSectionTypeDWARFDebugInfo; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1219 static ConstString g_sect_name_dwarf_debug_info ("__debug_info"); in CreateSections() local
1243 else if (section_name == g_sect_name_dwarf_debug_info) in CreateSections()