LLDB
mainline
|
#include <Reproducer.h>
Public Member Functions | |
const void * | DynamicClassID () const override |
llvm::StringRef | GetName () const override |
llvm::StringRef | GetFile () const override |
![]() | |
virtual | ~ProviderBase ()=default |
const FileSpec & | GetRoot () const |
virtual void | Keep () |
The Keep method is called when it is decided that we need to keep the data in order to provide a reproducer. More... | |
virtual void | Discard () |
The Discard method is called when it is decided that we do not need to keep any information and will not generate a reproducer. More... | |
Static Public Member Functions | |
static const void * | ClassID () |
![]() | |
static const void * | ClassID () |
Protected Member Functions | |
ProviderBase (const FileSpec &root) | |
![]() | |
ProviderBase (const FileSpec &root) | |
Definition at line 73 of file Reproducer.h.
|
inlinestatic |
Definition at line 75 of file Reproducer.h.
|
inlineoverridevirtual |
Implements lldb_private::repro::ProviderBase.
Definition at line 77 of file Reproducer.h.
|
inlineoverridevirtual |
Implements lldb_private::repro::ProviderBase.
Definition at line 80 of file Reproducer.h.
|
inlineoverridevirtual |
Implements lldb_private::repro::ProviderBase.
Definition at line 79 of file Reproducer.h.
|
inlineprotected |
Definition at line 63 of file Reproducer.h.