LLDB mainline
|
#include <Section.h>
Public Attributes | |
std::string | name |
std::optional< lldb::SectionType > | type |
std::optional< uint64_t > | address |
std::optional< uint64_t > | size |
std::optional<uint64_t> lldb_private::JSONSection::address |
Definition at line 106 of file Section.h.
Referenced by llvm::json::fromJSON().
std::string lldb_private::JSONSection::name |
Definition at line 104 of file Section.h.
Referenced by llvm::json::fromJSON().
std::optional<uint64_t> lldb_private::JSONSection::size |
Definition at line 107 of file Section.h.
Referenced by llvm::json::fromJSON().
std::optional<lldb::SectionType> lldb_private::JSONSection::type |
Definition at line 105 of file Section.h.
Referenced by llvm::json::fromJSON().