LLDB mainline
|
Public Attributes | |
lldb::offset_t | offset |
uint32_t | size |
uint32_t | id |
ConstString | name |
Definition at line 131 of file ObjectFileWasm.h.
uint32_t lldb_private::wasm::ObjectFileWasm::section_info::id |
Definition at line 134 of file ObjectFileWasm.h.
Referenced by lldb_private::wasm::ObjectFileWasm::DumpSectionHeader().
ConstString lldb_private::wasm::ObjectFileWasm::section_info::name |
Definition at line 135 of file ObjectFileWasm.h.
Referenced by lldb_private::wasm::ObjectFileWasm::DumpSectionHeader().
lldb::offset_t lldb_private::wasm::ObjectFileWasm::section_info::offset |
Definition at line 132 of file ObjectFileWasm.h.
Referenced by lldb_private::wasm::ObjectFileWasm::DumpSectionHeader().
uint32_t lldb_private::wasm::ObjectFileWasm::section_info::size |
Definition at line 133 of file ObjectFileWasm.h.
Referenced by lldb_private::wasm::ObjectFileWasm::DumpSectionHeader().