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

Represent one line info. More...

#include "Target/BPF/BTFDebug.h"

Collaboration diagram for llvm::BTFLineInfo:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Represent one line info.

Definition at line 184 of file BTFDebug.h.

Member Data Documentation

◆ ColumnNum

uint32_t llvm::BTFLineInfo::ColumnNum

the column number

Definition at line 189 of file BTFDebug.h.

Referenced by llvm::BTFDebug::BTFDebug().

◆ FileNameOff

uint32_t llvm::BTFLineInfo::FileNameOff

file name offset in the .BTF string table

Definition at line 186 of file BTFDebug.h.

Referenced by llvm::BTFDebug::BTFDebug().

◆ Label

MCSymbol* llvm::BTFLineInfo::Label

MCSymbol identifying insn for the lineinfo.

Definition at line 185 of file BTFDebug.h.

Referenced by llvm::BTFDebug::BTFDebug().

◆ LineNum

uint32_t llvm::BTFLineInfo::LineNum

the line number

Definition at line 188 of file BTFDebug.h.

Referenced by llvm::BTFDebug::BTFDebug().

◆ LineOff

uint32_t llvm::BTFLineInfo::LineOff

line offset in the .BTF string table

Definition at line 187 of file BTFDebug.h.

Referenced by llvm::BTFDebug::BTFDebug().


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