Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.h52 bool shouldUseFPXX(const llvm::opt::ArgList &Args, const llvm::Triple &Triple,
H A DMips.cpp366 } else if (mips::shouldUseFPXX(Args, Triple, CPUName, ABIName, FloatABI)) { in getMIPSTargetFeatures()
495 bool mips::shouldUseFPXX(const ArgList &Args, const llvm::Triple &Triple, in shouldUseFPXX() function in mips
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp894 } else if (mips::shouldUseFPXX( in ConstructJob()