Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp73 Error CVTypeVisitor::skipPadding(ArrayRef<uint8_t> &Data) { in skipPadding() function in CVTypeVisitor
119 if (auto EC = skipPadding(RecordData)) in visitFieldList()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVTypeVisitor.h30 Error skipPadding(ArrayRef<uint8_t> &Data);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h204 Error skipPadding();
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h205 Error skipPadding();
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DLoops.cpp222 ArrayRef<int> skipPadding, Value padValue) { in getPaddedInput() argument
234 if (is_contained(skipPadding, idx)) { in getPaddedInput()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp85 Error CodeViewRecordIO::skipPadding() { in skipPadding() function in CodeViewRecordIO
DTypeRecordMapping.cpp260 if (auto EC = IO.skipPadding()) in visitMemberEnd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp85 Error CodeViewRecordIO::skipPadding() { in skipPadding() function in CodeViewRecordIO
DTypeRecordMapping.cpp260 if (auto EC = IO.skipPadding()) in visitMemberEnd()