Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h100 uint8_t getUnitType() const { return UnitType; } in getUnitType() function
294 uint8_t getUnitType() const { return Header.getUnitType(); } in getUnitType() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp218 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()