Home
last modified time | relevance | path

Searched refs:DW_UT_skeleton (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp32 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
H A DDWARFUnit.cpp284 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp109 if (unit_sp->GetUnitType() == lldb_private::dwarf::DW_UT_skeleton) { in ParseUnitsFor()
H A DDWARFUnit.h209 return GetUnitType() == llvm::dwarf::DW_UT_skeleton; in IsSkeletonUnit()
H A DDWARFUnit.cpp1007 case llvm::dwarf::DW_UT_skeleton: in GetHeaderByteSize()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h729 #define DW_UT_skeleton 0x04 macro
H A Ddwarf_dump.c1597 case DW_UT_skeleton: in dwarf_get_UT_name()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h432 case dwarf::DW_UT_skeleton: in isMatchingUnitTypeAndTag()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h887 case DW_UT_skeleton: in isUnitType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1494 : DD->useSplitDwarf() ? dwarf::DW_UT_skeleton in emitHeader()