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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp359 uint32_t CurrentAddressLocation = 0; local
365 assert(CurrentAddressLocation == Section->Address &&
369 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation)
373 CurrentAddressLocation = Csect.Address + Csect.Size;
381 Section->Address + Section->Size - CurrentAddressLocation) {
383 CurrentAddressLocation += PaddingSize;

Completed in 111 milliseconds