Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()