Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp27 OS << ", unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
DDWARFTypeUnit.cpp36 OS << ", unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
DDWARFVerifier.cpp248 error() << "Compilation unit type (" << dwarf::UnitTypeString(UnitType) in verifyUnitContents()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDwarf.h655 StringRef UnitTypeString(unsigned);
/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DDwarf.cpp577 StringRef llvm::dwarf::UnitTypeString(unsigned UT) { in UnitTypeString() function in llvm::dwarf