Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp23 OS << " unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
DDWARFTypeUnit.cpp36 OS << " unit_type = " << dwarf::UnitTypeString(getUnitType()); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h95 uint8_t getUnitType() const { return UnitType; } in getUnitType() function
344 uint8_t getUnitType() const { return Header.getUnitType(); } in getUnitType() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp122 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()