Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp24 OS << ", unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
29 if (getVersion() >= 5 && (getUnitType() == dwarf::DW_UT_skeleton || in dump()
30 getUnitType() == dwarf::DW_UT_split_compile)) in dump()
H A DDWARFTypeUnit.cpp38 OS << ", unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
H A DDWARFVerifier.cpp200 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h100 uint8_t getUnitType() const { return UnitType; } in getUnitType() function
295 uint8_t getUnitType() const { return Header.getUnitType(); } in getUnitType() function