LLDB mainline
lldb_private::breakpad::ModuleRecord Class Reference

#include <BreakpadRecords.h>

Inheritance diagram for lldb_private::breakpad::ModuleRecord:
[legend]

Public Member Functions

 ModuleRecord (llvm::Triple::OSType OS, llvm::Triple::ArchType Arch, UUID ID)
Public Member Functions inherited from lldb_private::breakpad::Record
Kind getKind ()

Static Public Member Functions

static std::optional< ModuleRecordparse (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

llvm::Triple::OSType OS
llvm::Triple::ArchType Arch
UUID ID

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 60 of file BreakpadRecords.h.

Constructor & Destructor Documentation

◆ ModuleRecord()

lldb_private::breakpad::ModuleRecord::ModuleRecord ( llvm::Triple::OSType OS,
llvm::Triple::ArchType Arch,
UUID ID )
inline

Member Function Documentation

◆ parse()

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

Member Data Documentation

◆ Arch

llvm::Triple::ArchType lldb_private::breakpad::ModuleRecord::Arch

◆ ID

UUID lldb_private::breakpad::ModuleRecord::ID

◆ OS

llvm::Triple::OSType lldb_private::breakpad::ModuleRecord::OS

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