Lines Matching refs:DwarfFile
20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() function in DwarfFile
23 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit()
29 void DwarfFile::emitUnits(bool UseOffsets) { in emitUnits()
34 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit()
57 void DwarfFile::computeSizeAndOffsets() { in computeSizeAndOffsets()
80 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit()
92 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset()
97 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs()
100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings()
105 void DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
117 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
123 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange()