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/
DCodeViewRecordIO.h205 Error skipPadding();
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp87 Error CodeViewRecordIO::skipPadding() { in skipPadding() function in CodeViewRecordIO
DTypeRecordMapping.cpp305 if (auto EC = IO.skipPadding()) in visitMemberEnd()