Home
last modified time | relevance | path

Searched refs:AbbrevsOrError (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1055 Expected<const DWARFAbbreviationDeclarationSet *> AbbrevsOrError = in getAbbreviations() local
1057 if (!AbbrevsOrError) { in getAbbreviations()
1059 consumeError(AbbrevsOrError.takeError()); in getAbbreviations()
1062 Abbrevs = *AbbrevsOrError; in getAbbreviations()