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

Specifying one function info. More...

#include "Target/BPF/BTF.h"

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

Public Attributes

uint32_t InsnOffset
 Byte offset in the section. More...
 
uint32_t TypeId
 Type id referring to .BTF type section. More...
 

Detailed Description

Specifying one function info.

Definition at line 180 of file BTF.h.

Member Data Documentation

◆ InsnOffset

uint32_t llvm::BTF::BPFFuncInfo::InsnOffset

Byte offset in the section.

Definition at line 181 of file BTF.h.

◆ TypeId

uint32_t llvm::BTF::BPFFuncInfo::TypeId

Type id referring to .BTF type section.

Definition at line 182 of file BTF.h.


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