Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp786 uint64_t CurrentAddressLocation = 0; in writeSections() local
792 CurrentAddressLocation); in writeSections()
1539 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1545 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1551 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1561 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSectionForControlSectionEntry()
1571 CurrentAddressLocation += PaddingSize; in writeSectionForControlSectionEntry()
1581 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()
1600 CurrentAddressLocation += TailPaddingSize; in writeSectionForDwarfSectionEntry()
1623 CurrentAddressLocation += getExceptionSectionSize(); in writeSectionForExceptionSectionEntry()
[all …]