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

References

tools/clang/lib/Driver/ToolChain.cpp
  347     return (arm::getARMFloatABI(TC, Args) == arm::FloatABI::Hard && !IsWindows)
tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp
  171       ABI = FloatABI::Hard;
  176                 .Case("hard", FloatABI::Hard)
  187         ABI == FloatABI::Hard) {
  202       ABI = Triple.isWatchABI() ? FloatABI::Hard : ABI;
  206       ABI = FloatABI::Hard;
  211       ABI = FloatABI::Hard;
  218         ABI = FloatABI::Hard;
  229         ABI = FloatABI::Hard;
  247         ABI = FloatABI::Hard;
  262           ABI = FloatABI::Hard;
  318     if (ABI != arm::FloatABI::Hard)
tools/clang/lib/Driver/ToolChains/Clang.cpp
 1336     assert(ABI == arm::FloatABI::Hard && "Invalid float abi!");
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 2289       (tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard)
tools/clang/lib/Driver/ToolChains/FreeBSD.cpp
   79     if (ABI == arm::FloatABI::Hard)
tools/clang/lib/Driver/ToolChains/Gnu.cpp
  761     case arm::FloatABI::Hard:
tools/clang/lib/Driver/ToolChains/Linux.cpp
  539          tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard))
  566         tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard;