LLVM 19.0.0git
Public Attributes | List of all members
llvm::BTFFieldReloc Struct Reference

Represent one field relocation. More...

#include "Target/BPF/BTFDebug.h"

Public Attributes

const MCSymbolLabel
 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.
 

Detailed Description

Represent one field relocation.

Definition at line 281 of file BTFDebug.h.

Member Data Documentation

◆ Label

const MCSymbol* llvm::BTFFieldReloc::Label

MCSymbol identifying insn for the reloc.

Definition at line 282 of file BTFDebug.h.

◆ OffsetNameOff

uint32_t llvm::BTFFieldReloc::OffsetNameOff

The string to traverse types.

Definition at line 284 of file BTFDebug.h.

◆ RelocKind

uint32_t llvm::BTFFieldReloc::RelocKind

What to patch the instruction.

Definition at line 285 of file BTFDebug.h.

◆ TypeID

uint32_t llvm::BTFFieldReloc::TypeID

Type ID.

Definition at line 283 of file BTFDebug.h.


The documentation for this struct was generated from the following file: