Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp131 DIEAbbrevSet::~DIEAbbrevSet() { in ~DIEAbbrevSet()
136 DIEAbbrev &DIEAbbrevSet::uniqueAbbreviation(DIE &Die) { in uniqueAbbreviation()
160 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit()
267 DIEAbbrevSet &AbbrevSet, in computeOffsetsAndAbbrevs()
H A DDwarfFile.h57 DIEAbbrevSet Abbrevs;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h140 class DIEAbbrevSet {
150 DIEAbbrevSet(BumpPtrAllocator &A) : Alloc(A) {} in DIEAbbrevSet() function
151 ~DIEAbbrevSet();
914 DIEAbbrevSet &AbbrevSet, unsigned CUOffset);