Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp117 eSectionTypeDWARFDebugPubTypes, eSectionTypeDWARFDebugRanges, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp122 eSectionTypeDWARFDebugRanges, eSectionTypeDWARFDebugRngLists, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp102 return LoadOrGetSection(eSectionTypeDWARFDebugRanges, std::nullopt, in getOrLoadRangesData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp153 eSectionTypeDWARFDebugPubTypes, eSectionTypeDWARFDebugRanges, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp98 case eSectionTypeDWARFDebugRanges: in GetTypeAsCString()
447 case eSectionTypeDWARFDebugRanges: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp353 case eSectionTypeDWARFDebugRanges: in GetAddressClass()
660 .Case("ranges", eSectionTypeDWARFDebugRanges) in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp342 .Case(".dwrnges", eSectionTypeDWARFDebugRanges) in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp593 sect_type = lldb::eSectionTypeDWARFDebugRanges; in GetSectionTypeFromSectionName()
1095 case lldb::eSectionTypeDWARFDebugRanges: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h738 eSectionTypeDWARFDebugRanges, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst950 .. py:data:: eSectionTypeDWARFDebugRanges
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82938 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugRanges", (lldb::eSectionTypeDWARFDebugRanges))},