Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h205 Error skipPadding();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp88 Error CodeViewRecordIO::skipPadding() { in skipPadding() function in CodeViewRecordIO
H A DTypeRecordMapping.cpp305 if (auto EC = IO.skipPadding()) in visitMemberEnd()