Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp23 OS << " unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
H A DDWARFTypeUnit.cpp36 OS << " unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
H A DDWARFVerifier.cpp213 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h96 uint8_t getUnitType() const { return UnitType; } in getUnitType() function
286 uint8_t getUnitType() const { return Header.getUnitType(); } in getUnitType() function