LLVM 20.0.0git
|
Specifying one line info. More...
#include "llvm/DebugInfo/BTF/BTF.h"
Public Member Functions | |
uint32_t | getLine () const |
uint32_t | getCol () const |
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. | |
|
inline |
Definition at line 257 of file BTF.h.
References LineCol.
Referenced by llvm::BTFContext::getLineInfoForAddress().
|
inline |
Definition at line 256 of file BTF.h.
References LineCol.
Referenced by llvm::BTFContext::getLineInfoForAddress().
uint32_t llvm::BTF::BPFLineInfo::FileNameOff |
File name index in the .BTF string table.
Definition at line 252 of file BTF.h.
Referenced by llvm::BTFContext::getLineInfoForAddress().
uint32_t llvm::BTF::BPFLineInfo::InsnOffset |
uint32_t llvm::BTF::BPFLineInfo::LineCol |
uint32_t llvm::BTF::BPFLineInfo::LineOff |
Line index in the .BTF string table.
Definition at line 253 of file BTF.h.
Referenced by llvm::BTFContext::getLineInfoForAddress().