Searched refs:Abbr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 499 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() argument 500 return Abbr.Code == 0; in isSentinel() 604 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry() argument 605 : NameIdx(&NameIdx), Abbr(&Abbr) { in Entry() 608 Values.reserve(Abbr.Attributes.size()); in Entry() 609 for (const auto &Attr : Abbr.Attributes) in Entry() 615 assert(Abbr->Attributes.size() == Values.size()); in lookup() 616 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() 723 W.startLine() << formatv("Abbrev: {0:x}\n", Abbr->Code); in dump() 724 W.startLine() << formatv("Tag: {0}\n", Abbr->Tag); in dump() [all …]
|
H A D | DWARFVerifier.cpp | 1403 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute() argument 1410 NI.getUnitOffset(), Abbr.Code, AttrEnc.Index, in verifyNameIndexAttribute() 1422 NI.getUnitOffset(), Abbr.Code, AttrEnc.Form, dwarf::DW_FORM_data8); in verifyNameIndexAttribute() 1438 NI.getUnitOffset(), Abbr.Code, AttrEnc.Form); in verifyNameIndexAttribute() 1466 NI.getUnitOffset(), Abbr.Code, AttrEnc.Index); in verifyNameIndexAttribute() 1474 NI.getUnitOffset(), Abbr.Code, AttrEnc.Index, in verifyNameIndexAttribute()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 439 const Abbrev *Abbr; variable 441 Entry(const NameIndex &NameIdx, const Abbrev &Abbr); 480 dwarf::Tag tag() const { return Abbr->Tag; } in tag() 497 const Abbrev &getAbbrev() const { return *Abbr; } in getAbbrev() 528 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() 529 return getHashValue(Abbr.Code); in getHashValue()
|
H A D | DWARFVerifier.h | 272 const DWARFDebugNames::Abbrev &Abbr,
|
/freebsd/sys/teken/ |
H A D | sequences | 28 # Abbr Abbreviation of sequence name 36 # Abbr Name Sequence Args
|