Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp112 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAranges, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp116 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp61 return LoadOrGetSection(eSectionTypeDWARFDebugAranges, std::nullopt, in getOrLoadArangesData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp147 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp66 case eSectionTypeDWARFDebugAranges: in GetTypeAsCString()
431 case eSectionTypeDWARFDebugAranges: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp337 case eSectionTypeDWARFDebugAranges: in GetAddressClass()
644 .Case("aranges", eSectionTypeDWARFDebugAranges) in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp548 sect_type = lldb::eSectionTypeDWARFDebugAranges; in GetSectionTypeFromSectionName()
1085 case lldb::eSectionTypeDWARFDebugAranges: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h728 eSectionTypeDWARFDebugAranges, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst940 .. py:data:: eSectionTypeDWARFDebugAranges
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82928 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugAranges", (lldb::eSectionTypeDWARFDebugAranges))},