Home
last modified time | relevance | path

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

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