Searched refs:DwarfEntry (Results 1 – 1 of 1) sorted by relevance
385 const DwarfSectionEntry &DwarfEntry,1577 const DwarfSectionEntry &DwarfEntry, uint64_t &CurrentAddressLocation) { in writeSectionForDwarfSectionEntry() argument1581 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()1585 if (uint64_t PaddingSize = DwarfEntry.Address - CurrentAddressLocation) in writeSectionForDwarfSectionEntry()1588 if (DwarfEntry.Size) in writeSectionForDwarfSectionEntry()1589 Asm.writeSectionData(W.OS, DwarfEntry.DwarfSect->MCSec, Layout); in writeSectionForDwarfSectionEntry()1591 CurrentAddressLocation = DwarfEntry.Address + DwarfEntry.Size; in writeSectionForDwarfSectionEntry()