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 120 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
125 static const char *getLLVMArchSuffixForARM(StringRef CPU) {
160 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
Tools.cpp 468 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
473 static const char *getLLVMArchSuffixForARM(StringRef CPU) {
605 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
632 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
    [all...]

Completed in 836 milliseconds