ΒΆstd::string getAArch64TargetCPU(
    const llvm::opt::ArgList& Args,
    const llvm::Triple& Triple,
    llvm::opt::Arg*& A)

Description

getAArch64TargetCPU - Get the (LLVM) name of the AArch64 cpu we are targeting. Set \p A to the Arg corresponding to the -mcpu argument if it is provided, or to nullptr otherwise.

Declared at: clang/lib/Driver/ToolChains/Arch/AArch64.h:28

Parameters

const llvm::opt::ArgList& Args
const llvm::Triple& Triple
llvm::opt::Arg*& A