Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp93 ArrayRef<uint8_t> BytesRef(Bytes); in mapByteVectorTail() local
94 if (auto EC = mapByteVectorTail(BytesRef)) in mapByteVectorTail()
97 Bytes.assign(BytesRef.begin(), BytesRef.end()); in mapByteVectorTail()