LLDB mainline
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
lldb_private::breakpad::PublicRecord Class Reference

#include <BreakpadRecords.h>

Inheritance diagram for lldb_private::breakpad::PublicRecord:
Inheritance graph
[legend]

Public Member Functions

 PublicRecord (bool Multiple, lldb::addr_t Address, lldb::addr_t ParamSize, llvm::StringRef Name)
 
- Public Member Functions inherited from lldb_private::breakpad::Record
Kind getKind ()
 

Static Public Member Functions

static std::optional< PublicRecordparse (llvm::StringRef Line)
 
- Static Public Member Functions inherited from lldb_private::breakpad::Record
static std::optional< Kindclassify (llvm::StringRef Line)
 Attempt to guess the kind of the record present in the argument without doing a full parse.
 

Public Attributes

bool Multiple
 
lldb::addr_t Address
 
lldb::addr_t ParamSize
 
llvm::StringRef Name
 

Additional Inherited Members

- Public Types inherited from lldb_private::breakpad::Record
enum  Kind {
  Module , Info , File , Func ,
  Inline , InlineOrigin , Line , Public ,
  StackCFI , StackWin
}
 
- Protected Member Functions inherited from lldb_private::breakpad::Record
 Record (Kind K)
 
 ~Record ()=default
 

Detailed Description

Definition at line 176 of file BreakpadRecords.h.

Constructor & Destructor Documentation

◆ PublicRecord()

lldb_private::breakpad::PublicRecord::PublicRecord ( bool  Multiple,
lldb::addr_t  Address,
lldb::addr_t  ParamSize,
llvm::StringRef  Name 
)
inline

Definition at line 179 of file BreakpadRecords.h.

Member Function Documentation

◆ parse()

std::optional< PublicRecord > PublicRecord::parse ( llvm::StringRef  Line)
static

Member Data Documentation

◆ Address

lldb::addr_t lldb_private::breakpad::PublicRecord::Address

◆ Multiple

bool lldb_private::breakpad::PublicRecord::Multiple

◆ Name

llvm::StringRef lldb_private::breakpad::PublicRecord::Name

◆ ParamSize

lldb::addr_t lldb_private::breakpad::PublicRecord::ParamSize

The documentation for this class was generated from the following files: