Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp760 DWARFDie TypeDie = Die.getAttributeValueAsReferencedDie(DW_AT_type); in verifyDebugInfoAttribute() local
761 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
764 " with incompatible tag " + TagString(TypeDie.getTag())); in verifyDebugInfoAttribute()