|
LLDB mainline
|
Public Types | |
| enum | SegmentType { Active , Passive } |
Public Member Functions | |
| lldb::offset_t | GetFileOffset () const |
Public Attributes | |
| std::string | name |
| SegmentType | type = Passive |
| lldb::offset_t | section_offset = LLDB_INVALID_OFFSET |
| uint32_t | size = 0 |
| uint32_t | memory_index = 0 |
| lldb::offset_t | init_expr_offset = 0 |
Definition at line 458 of file ObjectFileWasm.cpp.
| Enumerator | |
|---|---|
| Active | |
| Passive | |
Definition at line 459 of file ObjectFileWasm.cpp.
|
inline |
Definition at line 471 of file ObjectFileWasm.cpp.
References section_offset.
| lldb::offset_t WasmSegment::init_expr_offset = 0 |
Definition at line 469 of file ObjectFileWasm.cpp.
| uint32_t WasmSegment::memory_index = 0 |
Definition at line 468 of file ObjectFileWasm.cpp.
| std::string WasmSegment::name |
Definition at line 464 of file ObjectFileWasm.cpp.
| lldb::offset_t WasmSegment::section_offset = LLDB_INVALID_OFFSET |
Definition at line 466 of file ObjectFileWasm.cpp.
Referenced by GetFileOffset().
| uint32_t WasmSegment::size = 0 |
Definition at line 467 of file ObjectFileWasm.cpp.
| SegmentType WasmSegment::type = Passive |
Definition at line 465 of file ObjectFileWasm.cpp.