LLVM
8.0.1
|
BTF_KIND_FUNC_PROTO are followed by multiple "struct BTFParam". More...
#include "Target/BPF/BTF.h"
Public Attributes | |
uint32_t | NameOff |
uint32_t | Type |
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").
uint32_t llvm::BTF::BTFParam::NameOff |
Definition at line 162 of file BTF.h.
Referenced by llvm::BTFTypeFuncProto::completeType().
uint32_t llvm::BTF::BTFParam::Type |
Definition at line 163 of file BTF.h.
Referenced by llvm::BTFTypeFuncProto::completeType().