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

References

include/llvm/DebugInfo/PDB/PDBTypes.h
  495     if (this == &Other)
  499     Type = Other.Type;
  500     Value = Other.Value;
  501     if (Other.Type == PDB_VariantType::String &&
  502         Other.Value.String != nullptr) {
  503       Value.String = new char[strlen(Other.Value.String) + 1];
  504       ::strcpy(Value.String, Other.Value.String);