Searched refs:DwarfEntry (Results 1 – 1 of 1) sorted by relevance
381 const DwarfSectionEntry &DwarfEntry,1622 const MCAssembler &Asm, const DwarfSectionEntry &DwarfEntry, in writeSectionForDwarfSectionEntry() argument1627 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()1631 if (uint64_t PaddingSize = DwarfEntry.Address - CurrentAddressLocation) in writeSectionForDwarfSectionEntry()1634 if (DwarfEntry.Size) in writeSectionForDwarfSectionEntry()1635 Asm.writeSectionData(W.OS, DwarfEntry.DwarfSect->MCSec); in writeSectionForDwarfSectionEntry()1637 CurrentAddressLocation = DwarfEntry.Address + DwarfEntry.Size; in writeSectionForDwarfSectionEntry()