LLVM 22.0.0git
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)

Functions

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

Macro Definition Documentation

◆ PLATFORM

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