Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp76 off_t PadCount = AlignedOffset - Offset; in alignTo() local
77 OS.write_zeros(PadCount); in alignTo()