Home
last modified time | relevance | path

Searched refs:getFpName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp62 static StringRef getFpName(bool isFp64) { return isFp64 ? "64" : "32"; } in getFpName() function
88 Err(ctx) << f.file << ": -mfp" << getFpName(fp2) in checkFlags()
89 << " is incompatible with target -mfp" << getFpName(fp); in checkFlags()