Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp120 eSectionTypeDWARFDebugPubTypes, eSectionTypeDWARFDebugRanges, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp119 eSectionTypeDWARFDebugRanges, eSectionTypeDWARFDebugRngLists, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp122 eSectionTypeDWARFDebugPubTypes, eSectionTypeDWARFDebugRanges, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp100 return LoadOrGetSection(eSectionTypeDWARFDebugRanges, llvm::None, in getOrLoadRangesData()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp98 case eSectionTypeDWARFDebugRanges: in GetTypeAsCString()
440 case eSectionTypeDWARFDebugRanges: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp274 .Case("ranges", eSectionTypeDWARFDebugRanges) in GetSectionTypeFromName()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h683 eSectionTypeDWARFDebugRanges, enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp592 sect_type = lldb::eSectionTypeDWARFDebugRanges; in GetSectionTypeFromSectionName()
1057 case lldb::eSectionTypeDWARFDebugRanges: in CommitOneAllocation()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp344 case eSectionTypeDWARFDebugRanges: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp951 .Case(".debug_ranges", eSectionTypeDWARFDebugRanges) in GetSectionType()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst948 .. py:data:: eSectionTypeDWARFDebugRanges
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1192 case eSectionTypeDWARFDebugRanges: in GetAddressClass()
1489 return eSectionTypeDWARFDebugRanges; in GetSectionType()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1631 .Case("ranges", eSectionTypeDWARFDebugRanges) in GetSectionTypeFromName()