Home
last modified time | relevance | path

Searched refs:DwarfEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp385 const DwarfSectionEntry &DwarfEntry,
1577 const DwarfSectionEntry &DwarfEntry, uint64_t &CurrentAddressLocation) { in writeSectionForDwarfSectionEntry() argument
1581 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()