Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp246 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h104 uint8_t getUnitType() const { return UnitType; } in getUnitType() function
304 uint8_t getUnitType() const { return Header.getUnitType(); } in getUnitType() function
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp219 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp2153 ASSERT_EQ(DW_UT_compile, Header.getUnitType());