Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugRanges (Results 1 – 12 of 12) 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/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp124 eSectionTypeDWARFDebugPubTypes, eSectionTypeDWARFDebugRanges, 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/Core/
H A DSection.cpp98 case eSectionTypeDWARFDebugRanges: in GetTypeAsCString()
444 case eSectionTypeDWARFDebugRanges: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp275 .Case("ranges", eSectionTypeDWARFDebugRanges) in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp594 sect_type = lldb::eSectionTypeDWARFDebugRanges; in GetSectionTypeFromSectionName()
1059 case lldb::eSectionTypeDWARFDebugRanges: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h727 eSectionTypeDWARFDebugRanges, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp353 case eSectionTypeDWARFDebugRanges: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst950 .. py:data:: eSectionTypeDWARFDebugRanges
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1684 .Case("ranges", eSectionTypeDWARFDebugRanges) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81536 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugRanges", (lldb::eSectionTypeDWARFDebugRanges))},