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

References

tools/clang/lib/Driver/ToolChains/Arch/PPC.cpp
  134       ABI = ppc::FloatABI::Hard;
  138                 .Case("hard", ppc::FloatABI::Hard)
  142         ABI = ppc::FloatABI::Hard;
  149     ABI = ppc::FloatABI::Hard;
tools/clang/lib/Driver/ToolChains/Clang.cpp
 1767     assert(FloatABI == ppc::FloatABI::Hard && "Invalid float abi!");