LLDB mainline
lldb_private::breakpad::FileRecord Class Reference

#include <BreakpadRecords.h>

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

Public Member Functions

 FileRecord (size_t Number, llvm::StringRef Name)
Public Member Functions inherited from lldb_private::breakpad::Record
Kind getKind ()

Static Public Member Functions

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

size_t Number
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 89 of file BreakpadRecords.h.

Constructor & Destructor Documentation

◆ FileRecord()

lldb_private::breakpad::FileRecord::FileRecord ( size_t Number,
llvm::StringRef Name )
inline

Member Function Documentation

◆ parse()

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

Member Data Documentation

◆ Name

llvm::StringRef lldb_private::breakpad::FileRecord::Name

◆ Number

size_t lldb_private::breakpad::FileRecord::Number

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