Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h275 DWARF5AccelTableStaticData(uint64_t DieOffset, unsigned DieTag, in DWARF5AccelTableStaticData() argument
277 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {} in DWARF5AccelTableStaticData()
284 unsigned getDieTag() const { return DieTag; } in getDieTag()
289 unsigned DieTag; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp523 auto DieTag = Die.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()
534 ReportError("DIE with tag " + TagString(DieTag) + " has " + in verifyDebugInfoAttribute()
H A DDWARFAcceleratorTable.cpp117 dwarf::Tag DieTag = dwarf::DW_TAG_null; in readAtoms() local
128 DieTag = (dwarf::Tag)*FormValue.getAsUnsignedConstant(); in readAtoms()
134 return {DieOffset, DieTag}; in readAtoms()