Home
last modified time | relevance | path

Searched refs:DebugTypes (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp72 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()
101 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
H A DDIERef.h28 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
H A DDWARFUnit.cpp835 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract()
933 return m_section == DIERef::Section::DebugTypes in GetData()
H A DSymbolFileDWARF.cpp1282 lldb::user_id_t(ref.section() == DIERef::Section::DebugTypes) << 63; in GetUID()
1308 uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo; in DecodeUID()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1158 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)