Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DMips.h37 void getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple,
H A DMips.cpp191 void mips::getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getMIPSTargetFeatures() function in mips
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp310 mips::getMIPSTargetFeatures(D, Triple, Args, Features); in getTargetFeatures()