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

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

Completed in 120 milliseconds