|
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 419 of file ObjectFileWasm.cpp.
| Enumerator | |
|---|---|
| Active | |
| Passive | |
Definition at line 420 of file ObjectFileWasm.cpp.
|
inline |
Definition at line 432 of file ObjectFileWasm.cpp.
References section_offset.
| lldb::offset_t WasmSegment::init_expr_offset = 0 |
Definition at line 430 of file ObjectFileWasm.cpp.
| uint32_t WasmSegment::memory_index = 0 |
Definition at line 429 of file ObjectFileWasm.cpp.
| std::string WasmSegment::name |
Definition at line 425 of file ObjectFileWasm.cpp.
| lldb::offset_t WasmSegment::section_offset = LLDB_INVALID_OFFSET |
Definition at line 427 of file ObjectFileWasm.cpp.
Referenced by GetFileOffset().
| uint32_t WasmSegment::size = 0 |
Definition at line 428 of file ObjectFileWasm.cpp.
| SegmentType WasmSegment::type = Passive |
Definition at line 426 of file ObjectFileWasm.cpp.