Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp43 const auto *AbbrevSet = U.getAbbreviations(); in extractFast() local
44 if (!AbbrevSet) { in extractFast()
54 AbbrevDecl = AbbrevSet->getAbbreviationDeclaration(AbbrCode); in extractFast()
62 AbbrevSet->getCodeRange().c_str())); in extractFast()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp267 DIEAbbrevSet &AbbrevSet, in computeOffsetsAndAbbrevs() argument
271 const DIEAbbrev &Abbrev = AbbrevSet.uniqueAbbreviation(*this); in computeOffsetsAndAbbrevs()
290 Child.computeOffsetsAndAbbrevs(FormParams, AbbrevSet, CUOffset); in computeOffsetsAndAbbrevs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h914 DIEAbbrevSet &AbbrevSet, unsigned CUOffset);