Home
last modified time | relevance | path

Searched refs:BytesToAdvance (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp77 unsigned BytesToAdvance = Leaf & 0x0F; in skipPadding() local
78 return Reader->skip(BytesToAdvance); in skipPadding()