Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugRanges (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp155 eSectionTypeDWARFDebugRanges, in CreateInstance()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/
Dlldb.cpp362 case eSectionTypeDWARFDebugRanges: return "dwarf-ranges"; in GetSectionTypeAsCString()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h519 eSectionTypeDWARFDebugRanges, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DObjectFile.cpp378 case eSectionTypeDWARFDebugRanges: in GetAddressClass()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1004 … else if (name == g_sect_name_dwarf_debug_ranges) sect_type = eSectionTypeDWARFDebugRanges; in CreateSections()
1062 eSectionTypeDWARFDebugRanges, in CreateSections()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp662 section = section_list->FindSectionByType (eSectionTypeDWARFDebugRanges, true).get(); in CalculateAbilities()
770 …return GetCachedSectionData (flagsGotDebugRangesData, eSectionTypeDWARFDebugRanges, m_data_debug_r… in get_debug_ranges_data()