Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp102 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail() function in CodeViewRecordIO
118 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail() function in CodeViewRecordIO
121 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
H A DSymbolRecordMapping.cpp69 error(IO.mapByteVectorTail(Thunk.VariantData)); in visitKnownRecord()
345 error(IO.mapByteVectorTail(InlineSite.AnnotationData)); in visitKnownRecord()
H A DTypeRecordMapping.cpp616 error(IO.mapByteVectorTail(Record.Data)); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h202 Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes, const Twine &Comment = "");
203 Error mapByteVectorTail(std::vector<uint8_t> &Bytes,