Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h103 uint8_t getUnitType() const { return UnitType; } in getUnitType() function
328 uint8_t getUnitType() const { return Header.getUnitType(); } in getUnitType() function
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp220 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()