Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DMips.h51 bool shouldUseFPXX(const llvm::opt::ArgList &Args, const llvm::Triple &Triple,
H A DMips.cpp359 } else if (mips::shouldUseFPXX(Args, Triple, CPUName, ABIName, FloatABI)) { in getMIPSTargetFeatures()
489 bool mips::shouldUseFPXX(const ArgList &Args, const llvm::Triple &Triple, in shouldUseFPXX() function in mips
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp877 } else if (mips::shouldUseFPXX( in ConstructJob()