LLDB
mainline
|
#include <BreakpadRecords.h>
Public Member Functions | |
ModuleRecord (llvm::Triple::OSType OS, llvm::Triple::ArchType Arch, UUID ID) | |
![]() | |
Kind | getKind () |
Static Public Member Functions | |
static llvm::Optional< ModuleRecord > | parse (llvm::StringRef Line) |
![]() | |
static llvm::Optional< Kind > | classify (llvm::StringRef Line) |
Attempt to guess the kind of the record present in the argument without doing a full parse. More... | |
Public Attributes | |
llvm::Triple::OSType | OS |
llvm::Triple::ArchType | Arch |
UUID | ID |
Additional Inherited Members | |
![]() | |
enum | Kind { Module, Info, File, Func, Inline, InlineOrigin, Line, Public, StackCFI, StackWin } |
![]() | |
Record (Kind K) | |
~Record ()=default | |
Definition at line 59 of file BreakpadRecords.h.
|
inline |
Definition at line 62 of file BreakpadRecords.h.
Referenced by parse().
|
static |
Definition at line 172 of file BreakpadRecords.cpp.
References Arch, ID, lldb_private::breakpad::Record::Line, ModuleRecord(), OS, and parseModuleId().
llvm::Triple::ArchType lldb_private::breakpad::ModuleRecord::Arch |
Definition at line 66 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
UUID lldb_private::breakpad::ModuleRecord::ID |
Definition at line 67 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().
llvm::Triple::OSType lldb_private::breakpad::ModuleRecord::OS |
Definition at line 65 of file BreakpadRecords.h.
Referenced by lldb_private::breakpad::operator<<(), lldb_private::breakpad::operator==(), and parse().