LLVM
8.0.1
|
Represent one line info. More...
#include "Target/BPF/BTFDebug.h"
Public Attributes | |
MCSymbol * | Label |
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... | |
Represent one line info.
Definition at line 184 of file BTFDebug.h.
uint32_t llvm::BTFLineInfo::ColumnNum |
the column number
Definition at line 189 of file BTFDebug.h.
Referenced by llvm::BTFDebug::BTFDebug().
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().
MCSymbol* llvm::BTFLineInfo::Label |
MCSymbol identifying insn for the lineinfo.
Definition at line 185 of file BTFDebug.h.
Referenced by llvm::BTFDebug::BTFDebug().
uint32_t llvm::BTFLineInfo::LineNum |
the line number
Definition at line 188 of file BTFDebug.h.
Referenced by llvm::BTFDebug::BTFDebug().
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().