|
LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes | |
| RelocType | Type |
| uint32_t | Index |
| yaml::Hex32 | Offset |
| int32_t | Addend |
Definition at line 107 of file WasmYAML.h.
| int32_t llvm::WasmYAML::Relocation::Addend |
Definition at line 111 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().
| uint32_t llvm::WasmYAML::Relocation::Index |
Definition at line 109 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().
| yaml::Hex32 llvm::WasmYAML::Relocation::Offset |
Definition at line 110 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().
| RelocType llvm::WasmYAML::Relocation::Type |
Definition at line 108 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().
1.8.13