Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugTuIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp51 return LoadOrGetSection(std::nullopt, eSectionTypeDWARFDebugTuIndex, in getOrLoadTuIndexData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp70 case eSectionTypeDWARFDebugTuIndex: in GetTypeAsCString()
430 case eSectionTypeDWARFDebugTuIndex: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp282 .Case("tu_index", eSectionTypeDWARFDebugTuIndex) in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h761 eSectionTypeDWARFDebugTuIndex, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp360 case eSectionTypeDWARFDebugTuIndex: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst982 .. py:data:: eSectionTypeDWARFDebugTuIndex
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1691 .Case("tu_index", eSectionTypeDWARFDebugTuIndex) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81568 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugTuIndex", (lldb::eSectionTypeDWARFDebugTuIndex))},