Home
last modified time | relevance | path

Searched refs:mapByteVectorTail (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp100 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail() function in CodeViewRecordIO
116 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail() function in CodeViewRecordIO
119 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
DSymbolRecordMapping.cpp69 error(IO.mapByteVectorTail(Thunk.VariantData)); in visitKnownRecord()
345 error(IO.mapByteVectorTail(InlineSite.AnnotationData)); in visitKnownRecord()
DTypeRecordMapping.cpp570 error(IO.mapByteVectorTail(Record.Data)); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h199 Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes, const Twine &Comment = "");
200 Error mapByteVectorTail(std::vector<uint8_t> &Bytes,