Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h301 const unsigned DieTag, const unsigned UnitID,
304 DieTag(DieTag), AbbrevNumber(0), IsTU(IsTU), UnitID(UnitID) {}
319 unsigned getDieTag() const { return DieTag; }
359 uint32_t DieTag : 16;
368 uint32_t DieTag;
374 DebugNamesAbbrev(uint32_t DieTag) : DieTag(DieTag), Number(0) {}
384 uint32_t getDieTag() const { return DieTag; }
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp774 auto DieTag = Die.getTag(); in verifyDebugInfoAttribute() local
776 if (DieTag == RefTag) in verifyDebugInfoAttribute()
778 if (DieTag == DW_TAG_inlined_subroutine && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()
780 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute()
783 if (DieTag == DW_TAG_GNU_call_site && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()
786 "DIE with tag " + TagString(DieTag) + " has " + in verifyDebugInfoAttribute()
H A DDWARFAcceleratorTable.cpp129 dwarf::Tag DieTag = dwarf::DW_TAG_null; in readAtoms() local
139 DieTag = (dwarf::Tag)*FormValue.getAsUnsignedConstant(); in readAtoms()
145 return {DieOffset, DieTag}; in readAtoms()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1420 dwarf::Tag DieTag, bool IsDeclaration, in allocateTypeDie() argument
1432 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie()
1441 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie()
1448 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie()
1454 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie()
H A DDWARFLinkerCompileUnit.h664 DIEGenerator &TypeDIEGenerator, dwarf::Tag DieTag,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp368 : OffsetVal(&Die), DieTag(Die.getTag()), AbbrevNumber(0), IsTU(IsTU), in DWARF5AccelTableData()
422 ID.AddInteger(DieTag); in Profile()