reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  199   Error mapByteVectorTail(ArrayRef<uint8_t> &Bytes, const Twine &Comment = "");

References

lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  119   if (auto EC = mapByteVectorTail(BytesRef, Comment))
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   69   error(IO.mapByteVectorTail(Thunk.VariantData));
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  570     error(IO.mapByteVectorTail(Record.Data));