LLVM 22.0.0git
MachO.cpp File Reference

Go to the source code of this file.

Functions

static MachO::CPUSubTypeX86 getX86SubType (const Triple &T)
static MachO::CPUSubTypeARM getARMSubType (const Triple &T)
static MachO::CPUSubTypeARM64 getARM64SubType (const Triple &T)
static MachO::CPUSubTypePowerPC getPowerPCSubType (const Triple &T)
static Error unsupported (const char *Str, const Triple &T)

Function Documentation

◆ getARM64SubType()

◆ getARMSubType()

◆ getPowerPCSubType()

MachO::CPUSubTypePowerPC getPowerPCSubType ( const Triple & T)
static

Definition at line 67 of file MachO.cpp.

References llvm::MachO::CPU_SUBTYPE_POWERPC_ALL, and T.

Referenced by llvm::MachO::getCPUSubType().

◆ getX86SubType()

◆ unsupported()