Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h140 Error skipPadding();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp66 Error CodeViewRecordIO::skipPadding() { in skipPadding() function in CodeViewRecordIO
H A DTypeRecordMapping.cpp131 if (auto EC = IO.skipPadding()) in visitMemberEnd()