Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4063 uint64_t GapToNext = Layout->getElementOffset(i + 1) - SizeSoFar; in emitGlobalConstantImpl() local
4064 AP.OutStreamer->emitZeros(GapToNext); in emitGlobalConstantImpl()
4065 SizeSoFar += GapToNext; in emitGlobalConstantImpl()