Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp81 unsigned BytesToAdvance = Leaf & 0x0F; in skipPadding() local
82 if (Data.size() < BytesToAdvance) { in skipPadding()
86 Data = Data.drop_front(BytesToAdvance); in skipPadding()