HomeSort by: relevance | last modified time | path
    Searched refs:mapByteVectorTail (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 200 Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes, const Twine &Comment = "");
201 Error mapByteVectorTail(std::vector<uint8_t> &Bytes,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
CodeViewRecordIO.cpp 100 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes,
116 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes,
119 if (auto EC = mapByteVectorTail(BytesRef, Comment))
SymbolRecordMapping.cpp 69 error(IO.mapByteVectorTail(Thunk.VariantData));
345 error(IO.mapByteVectorTail(InlineSite.AnnotationData));
TypeRecordMapping.cpp 596 error(IO.mapByteVectorTail(Record.Data));

Completed in 45 milliseconds