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

References

tools/llvm-pdbutil/PdbYaml.cpp
  109   IO.mapOptional("PdbStream", Obj.PdbStream);
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  161   Obj.PdbStream.emplace();
  162   Obj.PdbStream->Age = InfoS.getAge();
  163   Obj.PdbStream->Guid = InfoS.getGuid();
  164   Obj.PdbStream->Signature = InfoS.getSignature();
  165   Obj.PdbStream->Version = InfoS.getVersion();
  166   Obj.PdbStream->Features = InfoS.getFeatureSignatures();
tools/llvm-pdbutil/llvm-pdbutil.cpp
  788   const auto &Info = YamlObj.PdbStream.getValueOr(DefaultInfoStream);