| 
    LLVM 22.0.0git
    
   | 
 
Represent one line info. More...
#include "Target/BPF/BTFDebug.h"
Public Attributes | |
| MCSymbol * | Label | 
| 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   | |
Represent one line info.
Definition at line 272 of file BTFDebug.h.
| uint32_t llvm::BTFLineInfo::ColumnNum | 
the column number
Definition at line 277 of file BTFDebug.h.
| uint32_t llvm::BTFLineInfo::FileNameOff | 
file name offset in the .BTF string table
Definition at line 274 of file BTFDebug.h.
| MCSymbol* llvm::BTFLineInfo::Label | 
MCSymbol identifying insn for the lineinfo.
Definition at line 273 of file BTFDebug.h.
| uint32_t llvm::BTFLineInfo::LineNum | 
the line number
Definition at line 276 of file BTFDebug.h.
| uint32_t llvm::BTFLineInfo::LineOff | 
line offset in the .BTF string table
Definition at line 275 of file BTFDebug.h.