Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h205 Error skipPadding();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp87 Error CodeViewRecordIO::skipPadding() { in skipPadding() function in CodeViewRecordIO
H A DTypeRecordMapping.cpp305 if (auto EC = IO.skipPadding()) in visitMemberEnd()