Lines Matching defs:Abbrev
527 DebugNamesAbbrev Abbrev(Value->getDieTag());
529 Abbrev.addAttribute(EntryRet->Encoding);
531 Abbrev.addAttribute(SecondEntryRet->Encoding);
532 Abbrev.addAttribute({dwarf::DW_IDX_die_offset, dwarf::DW_FORM_ref4});
534 Abbrev.addAttribute({dwarf::DW_IDX_parent, dwarf::DW_FORM_ref4});
536 Abbrev.addAttribute(
539 Abbrev.Profile(ID);
547 new (Alloc) DebugNamesAbbrev(std::move(Abbrev));
570 const DebugNamesAbbrev *Abbrev = AbbreviationsVector[AbbrevIndex];
593 Abbrev->getAttributes()) {
719 // Abbrev Table Size
775 for (const auto *Abbrev : AbbreviationsVector) {
776 encodeULEB128(Abbrev->getNumber(), *StrStream);
777 encodeULEB128(Abbrev->getDieTag(), *StrStream);
778 for (const auto &AttrEnc : Abbrev->getAttributes()) {