Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp517 uint32_t CurrentAddressLocation = 0; in writeSections() local
525 assert(((CurrentAddressLocation <= Section->Address) || in writeSections()
531 CurrentAddressLocation = Section->Address; in writeSections()
535 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSections()
539 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSections()
547 Section->Address + Section->Size - CurrentAddressLocation) { in writeSections()
549 CurrentAddressLocation += PaddingSize; in writeSections()