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

Declarations

include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  135   Error mapStringZ(StringRef &Value, const Twine &Comment = "");

References

lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  255       if (auto EC = mapStringZ(V))
  263     if (auto EC = mapStringZ(S))
  267       if (auto EC = mapStringZ(S))
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   54   error(IO.mapStringZ(Block.Name));
   68   error(IO.mapStringZ(Thunk.Name));
   97   error(IO.mapStringZ(Section.Name));
  109   error(IO.mapStringZ(CoffGroup.Name));
  119   error(IO.mapStringZ(BPRel.Name));
  160   error(IO.mapStringZ(FileStatic.Name));
  169   error(IO.mapStringZ(Export.Name));
  185   error(IO.mapStringZ(Compile2.Version));
  204   error(IO.mapStringZ(Compile3.Version));
  214   error(IO.mapStringZ(Constant.Name));
  224   error(IO.mapStringZ(Data.Name));
  355   error(IO.mapStringZ(Register.Name));
  366   error(IO.mapStringZ(Public.Name));
  377   error(IO.mapStringZ(ProcRef.Name));
  387   error(IO.mapStringZ(Label.Name));
  395   error(IO.mapStringZ(Local.Name));
  404   error(IO.mapStringZ(ObjName.Name));
  420   error(IO.mapStringZ(Proc.Name));
  442   error(IO.mapStringZ(RegRel.Name));
  453   error(IO.mapStringZ(Data.Name));
  461   error(IO.mapStringZ(UDT.Name));
  469   error(IO.mapStringZ(UN.Name));
  481       [](CodeViewRecordIO &IO, StringRef &S) { return IO.mapStringZ(S); }));
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  137       error(IO.mapStringZ(Method.Name, "Name"));
  167       error(IO.mapStringZ(N));
  168       error(IO.mapStringZ(U));
  173       error(IO.mapStringZ(N));
  179     error(IO.mapStringZ(Name, "Name"));
  181       error(IO.mapStringZ(UniqueName, "LinkageName"));
  390   error(IO.mapStringZ(Record.Name, "Name"));
  493         return IO.mapStringZ(S, "MethodName");
  502   error(IO.mapStringZ(Record.String, "StringData"));
  529   error(IO.mapStringZ(Record.Name, "Name"));
  538   error(IO.mapStringZ(Record.Name, "Name"));
  579   error(IO.mapStringZ(Record.Name, "Name"));
  609   error(IO.mapStringZ(Record.Name, "Name"));
  621   error(IO.mapStringZ(Record.Name, "Name"));
  630   error(IO.mapStringZ(Record.Name, "Name"));
  647   error(IO.mapStringZ(Record.Name, "Name"));
  659   error(IO.mapStringZ(Record.Name, "Name"));
  701   error(IO.mapStringZ(Precomp.PrecompFilePath, "PrecompFile"));