LLDB mainline
Public Attributes | List of all members
lldb_private::SymbolFileCTF::ctf_preamble_t Struct Reference

Public Attributes

uint16_t magic
 
uint8_t version
 
uint8_t flags
 

Detailed Description

Definition at line 166 of file SymbolFileCTF.h.

Member Data Documentation

◆ flags

uint8_t lldb_private::SymbolFileCTF::ctf_preamble_t::flags

Definition at line 169 of file SymbolFileCTF.h.

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

◆ magic

uint16_t lldb_private::SymbolFileCTF::ctf_preamble_t::magic

Definition at line 167 of file SymbolFileCTF.h.

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

◆ version

uint8_t lldb_private::SymbolFileCTF::ctf_preamble_t::version

Definition at line 168 of file SymbolFileCTF.h.

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


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