Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.h37 void getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple,
H A DMips.cpp185 void mips::getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getMIPSTargetFeatures() function in mips
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp692 mips::getMIPSTargetFeatures(D, Triple, Args, Features); in getTargetFeatures()