Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h110 return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type; in isTypeUnit()
435 case dwarf::DW_UT_split_type: in isMatchingUnitTypeAndTag()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h731 #define DW_UT_split_type 0x06 macro
H A Ddwarf_dump.c1601 case DW_UT_split_type: in dwarf_get_UT_name()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h77 m_unit_type == llvm::dwarf::DW_UT_split_type; in IsTypeUnit()
H A DDWARFUnit.cpp1058 case llvm::dwarf::DW_UT_split_type: in GetHeaderByteSize()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp400 if (Header.UnitType == dwarf::DW_UT_split_type) { in parseInfoSectionUnitHeader()
771 } else if (Header.UnitType == dwarf::DW_UT_split_type) { in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h572 case DW_UT_split_type: in isUnitType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1788 DD->useSplitDwarf() ? dwarf::DW_UT_split_type in emitHeader()