Lines Matching refs:DwarfFile
21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() function in llvm::DwarfFile
24 DwarfFile::~DwarfFile() { in ~DwarfFile()
31 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) { in assignAbbrevNumber()
54 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit()
60 void DwarfFile::emitUnits(bool UseOffsets) { in emitUnits()
65 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit()
76 void DwarfFile::computeSizeAndOffsets() { in computeSizeAndOffsets()
88 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit()
100 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset()
131 void DwarfFile::emitAbbrevs(MCSection *Section) { in emitAbbrevs()
141 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings()
145 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()