LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::CTFRecord::Field Struct Reference

#include <CTFTypes.h>

Public Member Functions

 Field (llvm::StringRef name, uint32_t type, uint64_t offset)
 

Public Attributes

llvm::StringRef name
 
uint32_t type
 
uint64_t offset
 

Detailed Description

Definition at line 155 of file CTFTypes.h.

Constructor & Destructor Documentation

◆ Field()

lldb_private::CTFRecord::Field::Field ( llvm::StringRef  name,
uint32_t  type,
uint64_t  offset 
)
inline

Definition at line 156 of file CTFTypes.h.

Member Data Documentation

◆ name

llvm::StringRef lldb_private::CTFRecord::Field::name

Definition at line 159 of file CTFTypes.h.

Referenced by lldb_private::SymbolFileCTF::CompleteType().

◆ offset

uint64_t lldb_private::CTFRecord::Field::offset

Definition at line 161 of file CTFTypes.h.

◆ type

uint32_t lldb_private::CTFRecord::Field::type

Definition at line 160 of file CTFTypes.h.

Referenced by lldb_private::SymbolFileCTF::CompleteType().


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