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

BTF_KIND_FUNC_PROTO are followed by multiple "struct BTFParam". More...

#include "Target/BPF/BTF.h"

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

Public Attributes

uint32_t NameOff
 
uint32_t Type
 

Detailed Description

BTF_KIND_FUNC_PROTO are followed by multiple "struct BTFParam".

The exist number of BTFParam is stored in the vlen (of the info in "struct CommonType").

Definition at line 161 of file BTF.h.

Member Data Documentation

◆ NameOff

uint32_t llvm::BTF::BTFParam::NameOff

Definition at line 162 of file BTF.h.

Referenced by llvm::BTFTypeFuncProto::completeType().

◆ Type

uint32_t llvm::BTF::BTFParam::Type

Definition at line 163 of file BTF.h.

Referenced by llvm::BTFTypeFuncProto::completeType().


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