LLVM 19.0.0git
Namespaces | Macros | Enumerations | Functions
Architecture.h File Reference
#include <cstdint>
#include <utility>
#include "llvm/TextAPI/Architecture.def"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::MachO
 

Macros

#define ARCHINFO(Arch, Type, SubType, NumBits)   AK_##Arch,
 

Enumerations

enum  llvm::MachO::Architecture : uint8_t { llvm::MachO::AK_unknown }
 Defines the architecture slices that are supported by Text-based Stub files. More...
 

Functions

Architecture llvm::MachO::getArchitectureFromCpuType (uint32_t CPUType, uint32_t CPUSubType)
 Convert a CPU Type and Subtype pair to an architecture slice.
 
Architecture llvm::MachO::getArchitectureFromName (StringRef Name)
 Convert a name to an architecture slice.
 
StringRef llvm::MachO::getArchitectureName (Architecture Arch)
 Convert an architecture slice to a string.
 
std::pair< uint32_t, uint32_tllvm::MachO::getCPUTypeFromArchitecture (Architecture Arch)
 Convert an architecture slice to a CPU Type and Subtype pair.
 
Architecture llvm::MachO::mapToArchitecture (const llvm::Triple &Target)
 Convert a target to an architecture slice.
 
bool llvm::MachO::is64Bit (Architecture)
 Check if architecture is 64 bit.
 
raw_ostream & llvm::MachO::operator<< (raw_ostream &OS, Architecture Arch)
 

Macro Definition Documentation

◆ ARCHINFO

#define ARCHINFO (   Arch,
  Type,
  SubType,
  NumBits 
)    AK_##Arch,

Definition at line 28 of file Architecture.h.