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