Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DMips.h37 void getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple,
DMips.cpp191 void mips::getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getMIPSTargetFeatures() function in mips
/external/clang/lib/Driver/
DTools.cpp1358 static void getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getMIPSTargetFeatures() function
2550 getMIPSTargetFeatures(D, Triple, Args, Features); in getTargetFeatures()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp324 mips::getMIPSTargetFeatures(D, Triple, Args, Features); in getTargetFeatures()