Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDConvertEnum.cpp82 case eSectionTypeDWARFDebugRanges: in GetSectionTypeAsCString()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp155 eSectionTypeDWARFDebugRanges, in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRExecutionUnit.cpp529 sect_type = lldb::eSectionTypeDWARFDebugRanges; in GetSectionTypeFromSectionName()
800 case lldb::eSectionTypeDWARFDebugRanges: in CommitAllocations()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h606 eSectionTypeDWARFDebugRanges, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp365 case eSectionTypeDWARFDebugRanges: in GetAddressClass()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1711 … else if (name == g_sect_name_dwarf_debug_ranges) sect_type = eSectionTypeDWARFDebugRanges; in CreateSections()
1788 eSectionTypeDWARFDebugRanges, in CreateSections()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp699 section = section_list->FindSectionByType (eSectionTypeDWARFDebugRanges, true).get(); in CalculateAbilities()
807 …return GetCachedSectionData (flagsGotDebugRangesData, eSectionTypeDWARFDebugRanges, m_data_debug_r… in get_debug_ranges_data()