LLVM 22.0.0git
|
This file declares classes for handling the YAML representation of Mach-O. More...
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/ObjectYAML/DWARFYAML.h"
#include "llvm/ObjectYAML/YAML.h"
#include "llvm/Support/YAMLTraits.h"
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
#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::MachOYAML |
namespace | llvm::yaml |
Macros | |
#define | HANDLE_LOAD_COMMAND(LCName, LCValue, LCStruct) |
#define | ENUM_CASE(Enum) |
#define | LOAD_COMMAND_STRUCT(LCStruct) |
Typedefs | |
using | llvm::yaml::char_16 = char[16] |
using | llvm::yaml::uuid_t = raw_ostream::uuid_t |
This file declares classes for handling the YAML representation of Mach-O.
Definition in file MachOYAML.h.
#define ENUM_CASE | ( | Enum | ) |
Definition at line 261 of file MachOYAML.h.
Referenced by llvm::yaml::ScalarEnumerationTraits< MachO::BindOpcode >::enumeration(), and llvm::yaml::ScalarEnumerationTraits< MachO::RebaseOpcode >::enumeration().
#define HANDLE_LOAD_COMMAND | ( | LCName, | |
LCValue, | |||
LCStruct ) |
Definition at line 251 of file MachOYAML.h.
#define LOAD_COMMAND_STRUCT | ( | LCStruct | ) |
Definition at line 318 of file MachOYAML.h.