LLVM  8.0.1
Public Attributes | List of all members
llvm::BTF::BPFLineInfo Struct Reference

Specifying one line info. More...

#include "Target/BPF/BTF.h"

Collaboration diagram for llvm::BTF::BPFLineInfo:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Specifying one line info.

Definition at line 192 of file BTF.h.

Member Data Documentation

◆ 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: