Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp81 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes) { in mapByteVectorTail() function in CodeViewRecordIO
92 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes) { in mapByteVectorTail() function in CodeViewRecordIO
94 if (auto EC = mapByteVectorTail(BytesRef)) in mapByteVectorTail()
DSymbolRecordMapping.cpp70 error(IO.mapByteVectorTail(Thunk.VariantData)); in visitKnownRecord()
346 error(IO.mapByteVectorTail(InlineSite.AnnotationData)); in visitKnownRecord()
DTypeRecordMapping.cpp370 error(IO.mapByteVectorTail(Record.Data)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h136 Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes);
137 Error mapByteVectorTail(std::vector<uint8_t> &Bytes);