LLVM 19.0.0git
Namespaces | Macros | Functions
Target.cpp File Reference
#include "llvm/TextAPI/Target.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/BinaryFormat/MachO.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 PLATFORM(platform, id, name, build_name, target, tapi_target, marketing)    .Case(#tapi_target, PLATFORM_##platform)
 

Functions

raw_ostream & llvm::MachO::operator<< (raw_ostream &OS, const Target &Target)
 
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)
 

Macro Definition Documentation

◆ PLATFORM

#define PLATFORM (   platform,
  id,
  name,
  build_name,
  target,
  tapi_target,
  marketing 
)     .Case(#tapi_target, PLATFORM_##platform)