LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
RelocType | Type |
uint32_t | Index |
yaml::Hex32 | Offset |
int64_t | Addend |
Definition at line 114 of file WasmYAML.h.
int64_t llvm::WasmYAML::Relocation::Addend |
Definition at line 120 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().
uint32_t llvm::WasmYAML::Relocation::Index |
Definition at line 116 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().
yaml::Hex32 llvm::WasmYAML::Relocation::Offset |
Definition at line 119 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().
RelocType llvm::WasmYAML::Relocation::Type |
Definition at line 115 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Relocation >::mapping().