Lines Matching refs:Asm
21 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {}
48 Asm->OutStreamer->switchSection(S);
50 Asm->emitDwarfDIE(TheU->getUnitDie());
53 Asm->OutStreamer->emitLabel(EndLabel);
75 if (SecOffset > UINT32_MAX && !Asm->isDwarf64())
82 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info
93 return Die.computeOffsetsAndAbbrevs(Asm->getDwarfFormParams(), Abbrevs,
97 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); }
102 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets);
125 RangeSpanList{Asm->createTempSymbol("debug_ranges"), &CU, std::move(R)});