Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp118 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp121 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp59 return LoadOrGetSection(eSectionTypeDWARFDebugAranges, llvm::None, in getOrLoadArangesData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp262 .Case("aranges", eSectionTypeDWARFDebugAranges) in GetSectionTypeFromName()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h665 eSectionTypeDWARFDebugAranges, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp66 case eSectionTypeDWARFDebugAranges: in GetTypeAsCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp535 sect_type = lldb::eSectionTypeDWARFDebugAranges; in GetSectionTypeFromSectionName()
1132 case lldb::eSectionTypeDWARFDebugAranges: in CommitOneAllocation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp325 case eSectionTypeDWARFDebugAranges: in GetAddressClass()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst938 .. py:data:: eSectionTypeDWARFDebugAranges
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1585 .Case("aranges", eSectionTypeDWARFDebugAranges) in GetSectionTypeFromName()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70957 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugAranges", lldb::eSectionTypeDWARFDebugAranges)},