Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
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
DDWARFVerifier.cpp1235 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h286 const Abbrev *Abbr; variable