LLVM: llvm::BTF::BTFParam Struct Reference (original) (raw)

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

#include "[llvm/DebugInfo/BTF/BTF.h](BTF%5F8h%5Fsource.html)"

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](structllvm%5F1%5F1BTF%5F1%5F1BTFParam.html "BTF_KIND_FUNC_PROTO are followed by multiple "struct BTFParam".") is stored in the vlen (of the info in "struct CommonType").

Definition at line 194 of file BTF.h.

Member Data Documentation

NameOff

uint32_t llvm::BTF::BTFParam::NameOff

Definition at line 195 of file BTF.h.

Type

uint32_t llvm::BTF::BTFParam::Type

Definition at line 196 of file BTF.h.


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