Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h381 inline bool isUnitType(uint8_t UnitType) { in isUnitType() function
395 inline bool isUnitType(dwarf::Tag T) { in isUnitType() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h369 return dwarf::isUnitType(Tag); in isMatchingUnitTypeAndTag()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp126 ValidType = dwarf::isUnitType(UnitType); in verifyUnitHeader()
185 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents()