HomeSort by relevance Sort by last modified time
    Searched refs:getLLVMArchSuffixForARM (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
ToolChain.cpp 132 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
137 static const char *getLLVMArchSuffixForARM(StringRef CPU) {
187 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
Tools.cpp 476 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
481 static const char *getLLVMArchSuffixForARM(StringRef CPU) {
579 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
    [all...]

Completed in 141 milliseconds