Searched refs:eSectionTypeDWARFDebugRanges (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 117 eSectionTypeDWARFDebugPubTypes, eSectionTypeDWARFDebugRanges, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 122 eSectionTypeDWARFDebugRanges, eSectionTypeDWARFDebugRngLists, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 124 eSectionTypeDWARFDebugPubTypes, eSectionTypeDWARFDebugRanges, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 102 return LoadOrGetSection(eSectionTypeDWARFDebugRanges, std::nullopt, in getOrLoadRangesData()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 98 case eSectionTypeDWARFDebugRanges: in GetTypeAsCString() 444 case eSectionTypeDWARFDebugRanges: in ContainsOnlyDebugInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 275 .Case("ranges", eSectionTypeDWARFDebugRanges) in GetSectionTypeFromName()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 594 sect_type = lldb::eSectionTypeDWARFDebugRanges; in GetSectionTypeFromSectionName() 1059 case lldb::eSectionTypeDWARFDebugRanges: in CommitOneAllocation()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 727 eSectionTypeDWARFDebugRanges, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 353 case eSectionTypeDWARFDebugRanges: in GetAddressClass()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 950 .. py:data:: eSectionTypeDWARFDebugRanges
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1684 .Case("ranges", eSectionTypeDWARFDebugRanges) in GetSectionTypeFromName()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81536 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugRanges", (lldb::eSectionTypeDWARFDebugRanges))},
|