Home
last modified time | relevance | path

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

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