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

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

#include "llvm/DebugInfo/BTF/BTF.h"

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