LLDB mainline
|
#include <BreakpadRecords.h>
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< FuncRecord > | parse (llvm::StringRef Line) |
Static Public Member Functions inherited from lldb_private::breakpad::Record | |
static std::optional< Kind > | classify (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 | |
Definition at line 121 of file BreakpadRecords.h.
|
inline |
Definition at line 124 of file BreakpadRecords.h.
|
static |
Definition at line 307 of file BreakpadRecords.cpp.
References Address, lldb_private::breakpad::Record::Line, Multiple, Name, ParamSize, parsePublicOrFunc(), and Size.
Referenced by lldb_private::breakpad::SymbolFileBreakpad::GetOrCreateFunction(), and lldb_private::breakpad::SymbolFileBreakpad::ParseCUData().
lldb::addr_t lldb_private::breakpad::FuncRecord::Address |
Definition at line 130 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
bool lldb_private::breakpad::FuncRecord::Multiple |
Definition at line 129 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
llvm::StringRef lldb_private::breakpad::FuncRecord::Name |
Definition at line 133 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
lldb::addr_t lldb_private::breakpad::FuncRecord::ParamSize |
Definition at line 132 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
lldb::addr_t lldb_private::breakpad::FuncRecord::Size |
Definition at line 131 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().