Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugPubNames (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp157 eSectionTypeDWARFDebugPubNames, in CreateInstance()
/external/lldb/source/
Dlldb.cpp374 case eSectionTypeDWARFDebugPubNames: return "dwarf-pubnames"; in GetSectionTypeAsCString()
/external/lldb/include/lldb/
Dlldb-enumerations.h510 eSectionTypeDWARFDebugPubNames, enumerator
/external/lldb/source/Symbol/
DObjectFile.cpp376 case eSectionTypeDWARFDebugPubNames: in GetAddressClass()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp924 … else if (name == g_sect_name_dwarf_debug_pubnames) sect_type = eSectionTypeDWARFDebugPubNames; in CreateSections()
982 eSectionTypeDWARFDebugPubNames, in CreateSections()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp687 …onst_sect_name == g_sect_name_dwarf_debug_pubnames) section_type = eSectionTypeDWARFDebugPubNames; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp832 case eSectionTypeDWARFDebugPubNames: in GetAddressClass()
1252 sect_type = eSectionTypeDWARFDebugPubNames; in CreateSections()
/external/lldb/www/python_reference/
Dapi-objects.txt956 _lldb'.eSectionTypeDWARFDebugPubNames _lldb%27-module.html#eSectionTypeDWARFDebugPubNames
1848 lldb.eSectionTypeDWARFDebugPubNames lldb-module.html#eSectionTypeDWARFDebugPubNames
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp654 section = section_list->FindSectionByType (eSectionTypeDWARFDebugPubNames, true).get(); in CalculateAbilities()