LLDB mainline
Public Member Functions | Public Attributes | Friends | List of all members
lldb_private::minidump::Range Struct Reference

#include <MinidumpParser.h>

Public Member Functions

 Range (lldb::addr_t start, llvm::ArrayRef< uint8_t > range_ref)
 

Public Attributes

lldb::addr_t start
 
llvm::ArrayRef< uint8_t > range_ref
 

Friends

bool operator== (const Range &lhs, const Range &rhs)
 

Detailed Description

Definition at line 37 of file MinidumpParser.h.

Constructor & Destructor Documentation

◆ Range()

lldb_private::minidump::Range::Range ( lldb::addr_t  start,
llvm::ArrayRef< uint8_t >  range_ref 
)
inline

Definition at line 42 of file MinidumpParser.h.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const Range lhs,
const Range rhs 
)
friend

Definition at line 45 of file MinidumpParser.h.

Member Data Documentation

◆ range_ref

llvm::ArrayRef<uint8_t> lldb_private::minidump::Range::range_ref

Definition at line 40 of file MinidumpParser.h.

◆ start

lldb::addr_t lldb_private::minidump::Range::start

Definition at line 38 of file MinidumpParser.h.


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