Searched refs:mapByteVectorTail (Results 1 – 4 of 4) sorted by relevance
102 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail() function in CodeViewRecordIO118 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail() function in CodeViewRecordIO121 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
69 error(IO.mapByteVectorTail(Thunk.VariantData)); in visitKnownRecord()345 error(IO.mapByteVectorTail(InlineSite.AnnotationData)); in visitKnownRecord()
615 error(IO.mapByteVectorTail(Record.Data)); in visitKnownRecord()
200 Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes, const Twine &Comment = "");201 Error mapByteVectorTail(std::vector<uint8_t> &Bytes,