Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugAranges (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
HDSymbolVendorWasm.cpp116 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
HDSymbolVendorPECOFF.cpp112 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAranges, in CreateInstance()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp118 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFContext.cpp61 return LoadOrGetSection(eSectionTypeDWARFDebugAranges, std::nullopt, in getOrLoadArangesData()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDSection.cpp66 case eSectionTypeDWARFDebugAranges: in GetTypeAsCString()
428 case eSectionTypeDWARFDebugAranges: in ContainsOnlyDebugInfo()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
HDObjectFileWasm.cpp259 .Case("aranges", eSectionTypeDWARFDebugAranges) in GetSectionTypeFromName()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp549 sect_type = lldb::eSectionTypeDWARFDebugAranges; in GetSectionTypeFromSectionName()
1049 case lldb::eSectionTypeDWARFDebugAranges: in CommitOneAllocation()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h717 eSectionTypeDWARFDebugAranges, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDObjectFile.cpp337 case eSectionTypeDWARFDebugAranges: in GetAddressClass()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst940 .. py:data:: eSectionTypeDWARFDebugAranges
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1668 .Case("aranges", eSectionTypeDWARFDebugAranges) in GetSectionTypeFromName()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81526 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugAranges", (lldb::eSectionTypeDWARFDebugAranges))},