Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp99 unsigned BytesToAdvance = Leaf & 0x0F; in skipPadding() local
100 return Reader->skip(BytesToAdvance); in skipPadding()