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

References

include/llvm/CodeGen/CommandFlags.inc
  177                clEnumValN(FloatABI::Hard, "hard",
lib/Target/ARM/ARMAsmPrinter.cpp
  715   if (STI.isAAPCS_ABI() && TM.Options.FloatABIType == FloatABI::Hard)
lib/Target/ARM/ARMFastISel.cpp
 1859           TM.Options.FloatABIType == FloatABI::Hard && !isVarArg)
lib/Target/ARM/ARMISelLowering.cpp
  413     bool IsHFTarget = TM.Options.FloatABIType == FloatABI::Hard;
 1869              getTargetMachine().Options.FloatABIType == FloatABI::Hard &&
lib/Target/ARM/ARMTargetMachine.cpp
  222       this->Options.FloatABIType = FloatABI::Hard;
tools/clang/lib/CodeGen/BackendUtil.cpp
  439           .Case("hard", llvm::FloatABI::Hard)