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.cpp381 const DwarfSectionEntry &DwarfEntry,
1622 const MCAssembler &Asm, const DwarfSectionEntry &DwarfEntry, in writeSectionForDwarfSectionEntry() argument
1627 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()