LLDB mainline
Public Member Functions | Static Public Member Functions | List of all members
SymbolVendorMacOSX Class Reference

#include <SymbolVendorMacOSX.h>

Inheritance diagram for SymbolVendorMacOSX:
Inheritance graph
[legend]

Public Member Functions

 SymbolVendorMacOSX (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 ()
 
llvm::StringRef GetPluginName () override
 
- 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
 
virtual llvm::StringRef GetPluginName ()=0
 
 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 SymbolVendorMacOSX.h.

Constructor & Destructor Documentation

◆ SymbolVendorMacOSX()

SymbolVendorMacOSX::SymbolVendorMacOSX ( const lldb::ModuleSP module_sp)

Definition at line 31 of file SymbolVendorMacOSX.cpp.

Member Function Documentation

◆ CreateInstance()

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

◆ GetPluginDescriptionStatic()

llvm::StringRef SymbolVendorMacOSX::GetPluginDescriptionStatic ( )
static

Definition at line 78 of file SymbolVendorMacOSX.cpp.

Referenced by Initialize().

◆ GetPluginName()

llvm::StringRef SymbolVendorMacOSX::GetPluginName ( )
inlineoverridevirtual

Reimplemented from lldb_private::SymbolVendor.

Definition at line 34 of file SymbolVendorMacOSX.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

static llvm::StringRef SymbolVendorMacOSX::GetPluginNameStatic ( )
inlinestatic

Definition at line 22 of file SymbolVendorMacOSX.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

void SymbolVendorMacOSX::Initialize ( )
static

◆ Terminate()

void SymbolVendorMacOSX::Terminate ( )
static

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