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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h199 Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes, const Twine &Comment = "");
200 Error mapByteVectorTail(std::vector<uint8_t> &Bytes,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp100 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, function in class:CodeViewRecordIO
116 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, function in class:CodeViewRecordIO
119 if (auto EC = mapByteVectorTail(BytesRef, Comment))
H A DSymbolRecordMapping.cpp69 error(IO.mapByteVectorTail(Thunk.VariantData));
345 error(IO.mapByteVectorTail(InlineSite.AnnotationData));
H A DTypeRecordMapping.cpp570 error(IO.mapByteVectorTail(Record.Data));

Completed in 161 milliseconds