LLVM: llvm::BTF::BPFLineInfo Struct Reference (original) (raw)

Specifying one line info. More...

#include "[llvm/DebugInfo/BTF/BTF.h](BTF%5F8h%5Fsource.html)"

Public Attributes
uint32_t InsnOffset
Byte offset in this section.
uint32_t FileNameOff
File name index in the .BTF string table.
uint32_t LineOff
Line index in the .BTF string table.
uint32_t LineCol
Line num: line_col >> 10, col num: line_col & 0x3ff.

Specifying one line info.

Definition at line 250 of file BTF.h.

getCol()

uint32_t llvm::BTF::BPFLineInfo::getCol ( ) const inline

getLine()

uint32_t llvm::BTF::BPFLineInfo::getLine ( ) const inline

FileNameOff

uint32_t llvm::BTF::BPFLineInfo::FileNameOff

File name index in the .BTF string table.

Definition at line 252 of file BTF.h.

InsnOffset

uint32_t llvm::BTF::BPFLineInfo::InsnOffset

Byte offset in this section.

Definition at line 251 of file BTF.h.

LineCol

uint32_t llvm::BTF::BPFLineInfo::LineCol

Line num: line_col >> 10, col num: line_col & 0x3ff.

Definition at line 254 of file BTF.h.

Referenced by getCol(), and getLine().

LineOff

uint32_t llvm::BTF::BPFLineInfo::LineOff

Line index in the .BTF string table.

Definition at line 253 of file BTF.h.


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