#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.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::MachO |
|
|
#define | PLATFORM(platform, id, name, build_name, target, tapi_target, marketing) .Case(#tapi_target, PLATFORM_##platform) |
|
◆ PLATFORM
#define PLATFORM |
( |
|
platform, |
|
|
|
id, |
|
|
|
name, |
|
|
|
build_name, |
|
|
|
target, |
|
|
|
tapi_target, |
|
|
|
marketing |
|
) |
| .Case(#tapi_target, PLATFORM_##platform) |