Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp524 auto RefTag = ReferencedDie.getTag(); in verifyDebugInfoAttribute() local
525 if (DieTag == RefTag) in verifyDebugInfoAttribute()
527 if (DieTag == DW_TAG_inlined_subroutine && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()
529 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute()
532 if (DieTag == DW_TAG_GNU_call_site && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()
538 TagString(RefTag)); in verifyDebugInfoAttribute()