Searched refs:eSectionTypeDWARFDebugAranges (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 112 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAranges, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 116 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 118 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 61 return LoadOrGetSection(eSectionTypeDWARFDebugAranges, std::nullopt, in getOrLoadArangesData()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 66 case eSectionTypeDWARFDebugAranges: in GetTypeAsCString() 428 case eSectionTypeDWARFDebugAranges: in ContainsOnlyDebugInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 259 .Case("aranges", eSectionTypeDWARFDebugAranges) in GetSectionTypeFromName()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 549 sect_type = lldb::eSectionTypeDWARFDebugAranges; in GetSectionTypeFromSectionName() 1049 case lldb::eSectionTypeDWARFDebugAranges: in CommitOneAllocation()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 717 eSectionTypeDWARFDebugAranges, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 337 case eSectionTypeDWARFDebugAranges: in GetAddressClass()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 940 .. py:data:: eSectionTypeDWARFDebugAranges
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1668 .Case("aranges", eSectionTypeDWARFDebugAranges) in GetSectionTypeFromName()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81526 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugAranges", (lldb::eSectionTypeDWARFDebugAranges))},
|