Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp64 static StringRef getFpName(bool isFp64) { return isFp64 ? "64" : "32"; } in getFpName() function
89 error(toString(f.file) + ": -mfp" + getFpName(fp2) + in checkFlags()
90 " is incompatible with target -mfp" + getFpName(fp)); in checkFlags()