Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp433 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel()
529 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry()
729 for (const auto &Abbr : Abbrevs) in dumpAbbreviations() local
H A DDWARFVerifier.cpp1134 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h285 const Abbrev *Abbr; variable