LLVM 19.0.0git
Classes | Namespaces | Functions
Target.h File Reference
#include "llvm/Support/Error.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/TargetParser/Triple.h"
#include "llvm/TextAPI/Architecture.h"
#include "llvm/TextAPI/ArchitectureSet.h"
#include "llvm/TextAPI/Platform.h"

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)
 
PlatformVersionSet llvm::MachO::mapToPlatformVersionSet (ArrayRef< Target > Targets)
 
PlatformSet llvm::MachO::mapToPlatformSet (ArrayRef< Target > Targets)
 
ArchitectureSet llvm::MachO::mapToArchitectureSet (ArrayRef< Target > Targets)
 
std::string llvm::MachO::getTargetTripleName (const Target &Targ)
 
raw_ostream & llvm::MachO::operator<< (raw_ostream &OS, const Target &Target)