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

  /external/clang/lib/Driver/
ToolChain.cpp 73 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
76 static const char *getARMTargetCPU(const ArgList &Args,
160 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
Tools.cpp 425 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
428 static const char *getARMTargetCPU(const ArgList &Args,
605 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
632 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
683 CmdArgs.push_back(getARMTargetCPU(Args, Triple));
729 addFPMathArgs(D, A, Args, CmdArgs, getARMTargetCPU(Args, Triple));
    [all...]

Completed in 658 milliseconds