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

#include <BreakpadRecords.h>

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

Public Member Functions

 FuncRecord (bool Multiple, lldb::addr_t Address, lldb::addr_t Size, 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< FuncRecordparse (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 Size
 
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 121 of file BreakpadRecords.h.

Constructor & Destructor Documentation

◆ FuncRecord()

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

Definition at line 124 of file BreakpadRecords.h.

Member Function Documentation

◆ parse()

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

Member Data Documentation

◆ Address

lldb::addr_t lldb_private::breakpad::FuncRecord::Address

◆ Multiple

bool lldb_private::breakpad::FuncRecord::Multiple

◆ Name

llvm::StringRef lldb_private::breakpad::FuncRecord::Name

◆ ParamSize

lldb::addr_t lldb_private::breakpad::FuncRecord::ParamSize

◆ Size

lldb::addr_t lldb_private::breakpad::FuncRecord::Size

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