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

References

tools/llvm-ifs/llvm-ifs.cpp
  189     if (!IO.mapTag("!experimental-ifs-v1", true))
  190       IO.setError("Not a .ifs YAML file.");
  191     IO.mapRequired("IfsVersion", Stub.IfsVersion);
  192     IO.mapOptional("Triple", Stub.Triple);
  193     IO.mapOptional("ObjectFileFormat", Stub.ObjectFileFormat);
  194     IO.mapOptional("SOName", Stub.SOName);
  195     IO.mapOptional("NeededLibs", Stub.NeededLibs);
  196     IO.mapRequired("Symbols", Stub.Symbols);