Searched refs:getFpName (Results 1 – 1 of 1) sorted by relevance
62 static StringRef getFpName(bool isFp64) { return isFp64 ? "64" : "32"; } in getFpName() function88 Err(ctx) << f.file << ": -mfp" << getFpName(fp2) in checkFlags()89 << " is incompatible with target -mfp" << getFpName(fp); in checkFlags()