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

Represent one line info. More...

#include "Target/BPF/BTFDebug.h"

Public Attributes

MCSymbolLabel
 MCSymbol identifying insn for the lineinfo.
 
uint32_t FileNameOff
 file name offset in the .BTF string table
 
uint32_t LineOff
 line offset in the .BTF string table
 
uint32_t LineNum
 the line number
 
uint32_t ColumnNum
 the column number
 

Detailed Description

Represent one line info.

Definition at line 272 of file BTFDebug.h.

Member Data Documentation

◆ ColumnNum

uint32_t llvm::BTFLineInfo::ColumnNum

the column number

Definition at line 277 of file BTFDebug.h.

◆ FileNameOff

uint32_t llvm::BTFLineInfo::FileNameOff

file name offset in the .BTF string table

Definition at line 274 of file BTFDebug.h.

◆ Label

MCSymbol* llvm::BTFLineInfo::Label

MCSymbol identifying insn for the lineinfo.

Definition at line 273 of file BTFDebug.h.

◆ LineNum

uint32_t llvm::BTFLineInfo::LineNum

the line number

Definition at line 276 of file BTFDebug.h.

◆ LineOff

uint32_t llvm::BTFLineInfo::LineOff

line offset in the .BTF string table

Definition at line 275 of file BTFDebug.h.


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