Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp115 eSectionTypeDWARFDebugLocLists, eSectionTypeDWARFDebugMacInfo, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp119 eSectionTypeDWARFDebugLoc, eSectionTypeDWARFDebugLocLists, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp121 eSectionTypeDWARFDebugLoc, eSectionTypeDWARFDebugLocLists, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp91 return LoadOrGetSection(eSectionTypeDWARFDebugLocLists, in getOrLoadLocListsData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp86 case eSectionTypeDWARFDebugLocLists: in GetTypeAsCString()
438 case eSectionTypeDWARFDebugLocLists: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp268 .Case("loclists", eSectionTypeDWARFDebugLocLists) in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp569 sect_type = lldb::eSectionTypeDWARFDebugLocLists; in GetSectionTypeFromSectionName()
1054 case lldb::eSectionTypeDWARFDebugLocLists: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h749 eSectionTypeDWARFDebugLocLists, ///< DWARF v5 .debug_loclists enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp337 case eSectionTypeDWARFDebugLocLists: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst973 .. py:data:: eSectionTypeDWARFDebugLocLists
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1663 .Case("loclists", eSectionTypeDWARFDebugLocLists) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78272 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugLocLists", lldb::eSectionTypeDWARFDebugLocLists)},