Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp121 ArrayRef<uint8_t> BytesRef(Bytes); in mapByteVectorTail() local
122 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
125 Bytes.assign(BytesRef.begin(), BytesRef.end()); in mapByteVectorTail()