Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h565 inline bool isUnitType(uint8_t UnitType) { in isUnitType() function
579 inline bool isUnitType(dwarf::Tag T) { in isUnitType() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h436 return dwarf::isUnitType(Tag); in isMatchingUnitTypeAndTag()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp147 ValidType = dwarf::isUnitType(UnitType); in verifyUnitHeader()
248 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents()