Home
last modified time | relevance | path

Searched refs:isUnitType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.h342 inline bool isUnitType(uint8_t UnitType) { in isUnitType() function
356 inline bool isUnitType(dwarf::Tag T) { in isUnitType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp139 ValidType = dwarf::isUnitType(UnitType); in verifyUnitHeader()
194 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h411 return dwarf::isUnitType(Tag); in isMatchingUnitTypeAndTag()