Searched refs:DieTag (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 299 const unsigned DieTag, const unsigned UnitID, 302 DieTag(DieTag), AbbrevNumber(0), IsTU(IsTU), UnitID(UnitID) {} 317 unsigned getDieTag() const { return DieTag; } 356 uint32_t DieTag : 16; 365 uint32_t DieTag; 371 DebugNamesAbbrev(uint32_t DieTag) : DieTag(DieTag), Number(0) {} 381 uint32_t getDieTag() const { return DieTag; }
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 739 auto DieTag = Die.getTag(); in verifyDebugInfoAttribute() local 741 if (DieTag == RefTag) in verifyDebugInfoAttribute() 743 if (DieTag == DW_TAG_inlined_subroutine && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute() 745 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute() 748 if (DieTag == DW_TAG_GNU_call_site && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute() 751 "DIE with tag " + TagString(DieTag) + " has " + in verifyDebugInfoAttribute()
|
H A D | DWARFAcceleratorTable.cpp | 129 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 D | DWARFLinkerCompileUnit.cpp | 1424 dwarf::Tag DieTag, bool IsDeclaration, in allocateTypeDie() argument 1436 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie() 1445 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie() 1452 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie() 1458 DIE *NewDie = TypeDIEGenerator.createDIE(DieTag, 0); in allocateTypeDie()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 369 : OffsetVal(&Die), DieTag(Die.getTag()), AbbrevNumber(0), IsTU(IsTU), in DWARF5AccelTableData() 423 ID.AddInteger(DieTag); in Profile()
|