Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp383 const DwarfSectionEntry &DwarfEntry,
1638 const MCAssembler &Asm, const DwarfSectionEntry &DwarfEntry, in writeSectionForDwarfSectionEntry() argument
1643 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()
1647 if (uint64_t PaddingSize = DwarfEntry.Address - CurrentAddressLocation) in writeSectionForDwarfSectionEntry()
1650 if (DwarfEntry.Size) in writeSectionForDwarfSectionEntry()
1651 Asm.writeSectionData(W.OS, DwarfEntry.DwarfSect->MCSec); in writeSectionForDwarfSectionEntry()
1653 CurrentAddressLocation = DwarfEntry.Address + DwarfEntry.Size; in writeSectionForDwarfSectionEntry()