LLVM 22.0.0git
Target.h File Reference

Go to the source code of this file.

Classes

class  llvm::MachO::Target

Namespaces

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

Functions

bool llvm::MachO::operator== (const Target &LHS, const Target &RHS)
bool llvm::MachO::operator!= (const Target &LHS, const Target &RHS)
bool llvm::MachO::operator< (const Target &LHS, const Target &RHS)
bool llvm::MachO::operator== (const Target &LHS, const Architecture &RHS)
bool llvm::MachO::operator!= (const Target &LHS, const Architecture &RHS)
LLVM_ABI PlatformVersionSet llvm::MachO::mapToPlatformVersionSet (ArrayRef< Target > Targets)
LLVM_ABI PlatformSet llvm::MachO::mapToPlatformSet (ArrayRef< Target > Targets)
LLVM_ABI ArchitectureSet llvm::MachO::mapToArchitectureSet (ArrayRef< Target > Targets)
LLVM_ABI std::string llvm::MachO::getTargetTripleName (const Target &Targ)
LLVM_ABI raw_ostreamllvm::MachO::operator<< (raw_ostream &OS, const Target &Target)