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

#include <Section.h>

Public Attributes

std::string name
 
std::optional< lldb::SectionTypetype
 
std::optional< uint64_t > address
 
std::optional< uint64_t > size
 

Detailed Description

Definition at line 103 of file Section.h.

Member Data Documentation

◆ address

std::optional<uint64_t> lldb_private::JSONSection::address

Definition at line 106 of file Section.h.

Referenced by llvm::json::fromJSON().

◆ name

std::string lldb_private::JSONSection::name

Definition at line 104 of file Section.h.

Referenced by llvm::json::fromJSON().

◆ size

std::optional<uint64_t> lldb_private::JSONSection::size

Definition at line 107 of file Section.h.

Referenced by llvm::json::fromJSON().

◆ type

std::optional<lldb::SectionType> lldb_private::JSONSection::type

Definition at line 105 of file Section.h.

Referenced by llvm::json::fromJSON().


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