Lines Matching refs:Abbrev
243 for (DebugNamesAbbrev *Abbrev : AbbreviationsVector) in ~Dwarf5AccelTableWriter()
244 Abbrev->~DebugNamesAbbrev(); in ~Dwarf5AccelTableWriter()
438 DebugNamesAbbrev Abbrev(Value->getDieTag()); in populateAbbrevsMap() local
440 Abbrev.addAttribute(EntryRet->Encoding); in populateAbbrevsMap()
441 Abbrev.addAttribute({dwarf::DW_IDX_die_offset, dwarf::DW_FORM_ref4}); in populateAbbrevsMap()
443 Abbrev.addAttribute({dwarf::DW_IDX_parent, *MaybeParentForm}); in populateAbbrevsMap()
445 Abbrev.Profile(ID); in populateAbbrevsMap()
453 new (Alloc) DebugNamesAbbrev(std::move(Abbrev)); in populateAbbrevsMap()
507 for (const DebugNamesAbbrev *Abbrev : AbbreviationsVector) { in emitAbbrevs() local
509 Asm->emitULEB128(Abbrev->getNumber()); in emitAbbrevs()
510 Asm->OutStreamer->AddComment(dwarf::TagString(Abbrev->getDieTag())); in emitAbbrevs()
511 Asm->emitULEB128(Abbrev->getDieTag()); in emitAbbrevs()
513 Abbrev->getAttributes()) { in emitAbbrevs()
532 DebugNamesAbbrev *Abbrev = AbbreviationsVector[AbbrevIndex]; in emitEntry() local
551 Abbrev->getAttributes()) { in emitEntry()