Searched refs:Abbr (Results 1 – 6 of 6) 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 | 1420 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute() argument 1427 NI.getUnitOffset(), Abbr.Code, AttrEnc.Index, in verifyNameIndexAttribute() 1439 NI.getUnitOffset(), Abbr.Code, AttrEnc.Form, dwarf::DW_FORM_data8); in verifyNameIndexAttribute() 1455 NI.getUnitOffset(), Abbr.Code, AttrEnc.Form); in verifyNameIndexAttribute() 1483 NI.getUnitOffset(), Abbr.Code, AttrEnc.Index); in verifyNameIndexAttribute() 1491 NI.getUnitOffset(), Abbr.Code, AttrEnc.Index, in verifyNameIndexAttribute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 440 const Abbrev *Abbr; variable 442 Entry(const NameIndex &NameIdx, const Abbrev &Abbr); 482 dwarf::Tag tag() const { return Abbr->Tag; } in tag() 499 const Abbrev &getAbbrev() const { return *Abbr; } in getAbbrev() 530 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() 531 return getHashValue(Abbr.Code); in getHashValue()
|
| H A D | DWARFVerifier.h | 297 const DWARFDebugNames::Abbrev &Abbr,
|
| /freebsd/sys/teken/ |
| H A D | sequences | 28 # Abbr Abbreviation of sequence name 36 # Abbr Name Sequence Args
|
| /freebsd/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-server-api.md | 210 | Abbr. | libssl APL Object | QUIC Core Object | 458 | Abbr. | libssl APL Object | QUIC Core Object | Seniority | Potential Roles |
|