Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp120 ArrayRef<uint8_t> BytesRef(Bytes); in mapByteVectorTail() local
121 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
124 Bytes.assign(BytesRef.begin(), BytesRef.end()); in mapByteVectorTail()