LLVM 20.0.0git
|
Represent one field relocation. More...
#include "Target/BPF/BTFDebug.h"
Public Attributes | |
const MCSymbol * | Label |
MCSymbol identifying insn for the reloc. | |
uint32_t | TypeID |
Type ID. | |
uint32_t | OffsetNameOff |
The string to traverse types. | |
uint32_t | RelocKind |
What to patch the instruction. | |
Represent one field relocation.
Definition at line 281 of file BTFDebug.h.
MCSymbol identifying insn for the reloc.
Definition at line 282 of file BTFDebug.h.
uint32_t llvm::BTFFieldReloc::OffsetNameOff |
The string to traverse types.
Definition at line 284 of file BTFDebug.h.
uint32_t llvm::BTFFieldReloc::RelocKind |
What to patch the instruction.
Definition at line 285 of file BTFDebug.h.
uint32_t llvm::BTFFieldReloc::TypeID |
Type ID.
Definition at line 283 of file BTFDebug.h.