Specifying one line info.
More...
#include "Target/BPF/BTF.h"
Specifying one line info.
Definition at line 192 of file BTF.h.
◆ FileNameOff
uint32_t llvm::BTF::BPFLineInfo::FileNameOff |
File name index in the .BTF string table.
Definition at line 194 of file BTF.h.
◆ InsnOffset
uint32_t llvm::BTF::BPFLineInfo::InsnOffset |
Byte offset in this section.
Definition at line 193 of file BTF.h.
◆ LineCol
uint32_t llvm::BTF::BPFLineInfo::LineCol |
Line num: line_col >> 10, col num: line_col & 0x3ff.
Definition at line 196 of file BTF.h.
◆ LineOff
uint32_t llvm::BTF::BPFLineInfo::LineOff |
Line index in the .BTF string table.
Definition at line 195 of file BTF.h.
The documentation for this struct was generated from the following file: