Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp27 OS << ", unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
32 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
33 getUnitType() == dwarf::DW_UT_split_compile)) in dump()
H A DDWARFTypeUnit.cpp36 OS << ", unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
H A DDWARFVerifier.cpp254 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents()
H A DDWARFContext.cpp161 bool CU = Header.getUnitType() == DW_UT_split_compile; in fixupIndexV5()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h108 uint8_t getUnitType() const { return UnitType; } in getUnitType() function
335 uint8_t getUnitType() const { return Header.getUnitType(); } in getUnitType() function