Home
last modified time | relevance | path

Searched defs:Abbr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp499 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel()
604 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry()
888 for (const DWARFDebugNames::Abbrev &Abbr : Abbrevs) in dumpAbbreviations() local
893 for (const DWARFDebugNames::Abbrev *Abbr : AbbrevsVect) in dumpAbbreviations() local
H A DDWARFVerifier.cpp1403 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h439 const Abbrev *Abbr; variable