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

References

include/llvm/CodeGen/MachineModuleInfo.h
  196   bool usesMSVCFloatingPoint() const { return UsesMSVCFloatingPoint; }
  198   void setUsesMSVCFloatingPoint(bool b) { UsesMSVCFloatingPoint = b; }
lib/CodeGen/MachineModuleInfo.cpp
  194   UsesMSVCFloatingPoint = UsesMorestackAddr = false;
  217   UsesMSVCFloatingPoint = MMI.UsesMSVCFloatingPoint;
  217   UsesMSVCFloatingPoint = MMI.UsesMSVCFloatingPoint;