Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp643 static ConstString g_sect_name_dwarf_debug_macinfo (".debug_macinfo"); in CreateSections() local
686 …else if (const_sect_name == g_sect_name_dwarf_debug_macinfo) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp879 static ConstString g_sect_name_dwarf_debug_macinfo (".debug_macinfo"); in CreateSections() local
923 … else if (name == g_sect_name_dwarf_debug_macinfo) sect_type = eSectionTypeDWARFDebugMacInfo; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1222 … static ConstString g_sect_name_dwarf_debug_macinfo ("__debug_macinfo"); in CreateSections() local
1249 else if (section_name == g_sect_name_dwarf_debug_macinfo) in CreateSections()