LLDB mainline
SymbolVendorPECOFF Class Reference

#include <SymbolVendorPECOFF.h>

Inheritance diagram for SymbolVendorPECOFF:
[legend]

Public Member Functions

 SymbolVendorPECOFF (const lldb::ModuleSP &module_sp)
llvm::StringRef GetPluginName () override
Public Member Functions inherited from lldb_private::SymbolVendor
 SymbolVendor (const lldb::ModuleSP &module_sp)
void AddSymbolFileRepresentation (const lldb::ObjectFileSP &objfile_sp)
SymbolFileGetSymbolFile ()
Public Member Functions inherited from lldb_private::ModuleChild
 ModuleChild (const lldb::ModuleSP &module_sp)
 Construct with owning module.
 ~ModuleChild ()
 Destructor.
const ModuleChildoperator= (const ModuleChild &rhs)
 Assignment operator.
lldb::ModuleSP GetModule () const
 Get const accessor for the module pointer.
void SetModule (const lldb::ModuleSP &module_sp)
 Set accessor for the module pointer.
Public Member Functions inherited from lldb_private::PluginInterface
 PluginInterface ()=default
virtual ~PluginInterface ()=default
 PluginInterface (const PluginInterface &)=delete
PluginInterfaceoperator= (const PluginInterface &)=delete

Static Public Member Functions

static void Initialize ()
static void Terminate ()
static llvm::StringRef GetPluginNameStatic ()
static llvm::StringRef GetPluginDescriptionStatic ()
static lldb_private::SymbolVendorCreateInstance (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm)
Static Public Member Functions inherited from lldb_private::SymbolVendor
static SymbolVendorFindPlugin (const lldb::ModuleSP &module_sp, Stream *feedback_strm)

Additional Inherited Members

Protected Attributes inherited from lldb_private::SymbolVendor
std::unique_ptr< SymbolFilem_sym_file_up
Protected Attributes inherited from lldb_private::ModuleChild
lldb::ModuleWP m_module_wp
 The Module that owns the object that inherits from this class.

Detailed Description

Definition at line 15 of file SymbolVendorPECOFF.h.

Constructor & Destructor Documentation

◆ SymbolVendorPECOFF()

SymbolVendorPECOFF::SymbolVendorPECOFF ( const lldb::ModuleSP & module_sp)

Member Function Documentation

◆ CreateInstance()

SymbolVendor * SymbolVendorPECOFF::CreateInstance ( const lldb::ModuleSP & module_sp,
lldb_private::Stream * feedback_strm )
static

◆ GetPluginDescriptionStatic()

llvm::StringRef SymbolVendorPECOFF::GetPluginDescriptionStatic ( )
static

Definition at line 42 of file SymbolVendorPECOFF.cpp.

Referenced by Initialize().

◆ GetPluginName()

llvm::StringRef SymbolVendorPECOFF::GetPluginName ( )
inlineoverridevirtual

Reimplemented from lldb_private::SymbolVendor.

Definition at line 34 of file SymbolVendorPECOFF.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

llvm::StringRef SymbolVendorPECOFF::GetPluginNameStatic ( )
inlinestatic

Definition at line 25 of file SymbolVendorPECOFF.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

void SymbolVendorPECOFF::Initialize ( )
static

◆ Terminate()

void SymbolVendorPECOFF::Terminate ( )
static

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