|
LLVM
4.0.0
|
This file declares classes for handling the YAML representation of Mach-O. More...
#include "llvm/ObjectYAML/YAML.h"#include "llvm/ObjectYAML/DWARFYAML.h"#include "llvm/Support/MachO.h"#include "llvm/Support/MachO.def"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::MachOYAML | |
| llvm::yaml | |
Macros | |
| #define | HANDLE_LOAD_COMMAND(LCName, LCValue, LCStruct) io.enumCase(value, #LCName, MachO::LCName); |
| #define | ENUM_CASE(Enum) io.enumCase(value, #Enum, MachO::Enum); |
| #define | LOAD_COMMAND_STRUCT(LCStruct) |
Typedefs | |
| typedef char | llvm::yaml::char_16 [16] |
| typedef uint8_t | llvm::yaml::uuid_t [16] |
This file declares classes for handling the YAML representation of Mach-O.
Definition in file MachOYAML.h.
| #define ENUM_CASE | ( | Enum | ) | io.enumCase(value, #Enum, MachO::Enum); |
Definition at line 211 of file MachOYAML.h.
Referenced by llvm::yaml::ScalarEnumerationTraits< MachO::RebaseOpcode >::enumeration(), and llvm::yaml::ScalarEnumerationTraits< MachO::BindOpcode >::enumeration().
| #define HANDLE_LOAD_COMMAND | ( | LCName, | |
| LCValue, | |||
| LCStruct | |||
| ) | io.enumCase(value, #LCName, MachO::LCName); |
Definition at line 201 of file MachOYAML.h.
| #define LOAD_COMMAND_STRUCT | ( | LCStruct | ) |
Definition at line 270 of file MachOYAML.h.
1.8.6