|
LLVM 23.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 287 of file BTFDebug.h.
MCSymbol identifying insn for the reloc.
Definition at line 288 of file BTFDebug.h.
| uint32_t llvm::BTFFieldReloc::OffsetNameOff |
The string to traverse types.
Definition at line 290 of file BTFDebug.h.
| uint32_t llvm::BTFFieldReloc::RelocKind |
What to patch the instruction.
Definition at line 291 of file BTFDebug.h.
| uint32_t llvm::BTFFieldReloc::TypeID |
Definition at line 289 of file BTFDebug.h.