LLVM 19.0.0git
Functions
MachO.cpp File Reference
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/TargetParser/ARMTargetParser.h"
#include "llvm/TargetParser/Triple.h"

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()

static MachO::CPUSubTypeARM64 getARM64SubType ( const Triple T)
static

◆ getARMSubType()

static MachO::CPUSubTypeARM getARMSubType ( const Triple T)
static

◆ getPowerPCSubType()

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

Definition at line 67 of file MachO.cpp.

References llvm::MachO::CPU_SUBTYPE_POWERPC_ALL.

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

◆ getX86SubType()

static MachO::CPUSubTypeX86 getX86SubType ( const Triple T)
static

◆ unsupported()

static Error unsupported ( const char Str,
const Triple T 
)
static