Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp641 static ConstString g_sect_name_dwarf_debug_line (".debug_line"); in CreateSections() local
684 …else if (const_sect_name == g_sect_name_dwarf_debug_line) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp877 static ConstString g_sect_name_dwarf_debug_line (".debug_line"); in CreateSections() local
921 … else if (name == g_sect_name_dwarf_debug_line) sect_type = eSectionTypeDWARFDebugLine; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1220 static ConstString g_sect_name_dwarf_debug_line ("__debug_line"); in CreateSections() local
1245 else if (section_name == g_sect_name_dwarf_debug_line) in CreateSections()