LLVM 20.0.0git
|
#include "llvm/DebugInfo/BTF/BTF.h"
Static Public Member Functions | |
static bool | classof (const CommonType *V) |
Public Attributes | |
friend | TrailingObjects |
Public Attributes inherited from llvm::BTF::CommonType | |
uint32_t | NameOff |
Type name offset in the string table. | |
uint32_t | Info |
"Info" bits arrangement: Bits 0-15: vlen (e.g. | |
union { | |
uint32_t Size | |
uint32_t Type | |
}; | |
"Size" is used by INT, ENUM, STRUCT and UNION. | |
Additional Inherited Members | |
Public Member Functions inherited from llvm::BTF::CommonType | |
uint32_t | getKind () const |
uint32_t | getVlen () const |
|
inlinestatic |