Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp540 uint32_t CurrentAddressLocation = 0; in writeSections() local
549 assert(((CurrentAddressLocation <= Section->Address) || in writeSections()
555 CurrentAddressLocation = Section->Address; in writeSections()
559 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSections()
563 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSections()
571 Section->Address + Section->Size - CurrentAddressLocation) { in writeSections()
573 CurrentAddressLocation += PaddingSize; in writeSections()