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

References

include/llvm/Support/YAMLTraits.h
  928     const bool sameAsDefault = outputting() && Val == DefaultValue;
  936         Val = DefaultValue;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  446       f->currentVersion = read32(&dl->dylib.current_version, isBig);
  447       f->compatVersion = read32(&dl->dylib.compatibility_version, isBig);
  466       entry.compatVersion = read32(&dl->dylib.compatibility_version, isBig);
  467       entry.currentVersion = read32(&dl->dylib.current_version, isBig);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1246         depInfo.currentVersion = _ctx.dylibCurrentVersion(dylib->path());
 1247         depInfo.compatVersion = _ctx.dylibCompatVersion(dylib->path());
 1599   normFile.currentVersion = context.currentVersion();
 1600   normFile.compatVersion = context.compatibilityVersion();
 1606     normFile.minOSverson = std::max(context.osMinVersion(), util.minVersion());
 1608     normFile.minOSverson = context.osMinVersion();
 1612   normFile.sdkVersion = context.sdkVersion();
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  704     result = value;