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

References

tools/clang/lib/Basic/Targets/WebAssembly.cpp
  103     Features["nontrapping-fptoint"] = true;
  104     Features["sign-ext"] = true;
  105     Features["atomics"] = true;
  106     Features["mutable-globals"] = true;
  107     setSIMDLevel(Features, SIMD128);
  112   setSIMDLevel(Features, SIMDLevel);
  114     Features["nontrapping-fptoint"] = true;
  116     Features["sign-ext"] = true;
  118     Features["exception-handling"] = true;
  120     Features["bulk-memory"] = true;
  122     Features["atomics"] = true;
  124     Features["mutable-globals"] = true;
  126     Features["multivalue"] = true;
  128     Features["tail-call"] = true;
  130   return TargetInfo::initFeatureMap(Features, Diags, CPU, FeaturesVec);