LLDB mainline
lldb_private::SymbolVendor Class Reference

#include <SymbolVendor.h>

Inheritance diagram for lldb_private::SymbolVendor:
[legend]

Public Member Functions

 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
 PluginInterface (const PluginInterface &)=delete
PluginInterfaceoperator= (const PluginInterface &)=delete

Static Public Member Functions

static SymbolVendorFindPlugin (const lldb::ModuleSP &module_sp, Stream *feedback_strm)

Protected Attributes

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 31 of file SymbolVendor.h.

Constructor & Destructor Documentation

◆ SymbolVendor()

Member Function Documentation

◆ AddSymbolFileRepresentation()

◆ FindPlugin()

◆ GetPluginName()

llvm::StringRef lldb_private::SymbolVendor::GetPluginName ( )
inlineoverridevirtual

◆ GetSymbolFile()

SymbolFile * lldb_private::SymbolVendor::GetSymbolFile ( )
inline

Definition at line 41 of file SymbolVendor.h.

References m_sym_file_up.

Member Data Documentation

◆ m_sym_file_up

std::unique_ptr<SymbolFile> lldb_private::SymbolVendor::m_sym_file_up
protected

Definition at line 47 of file SymbolVendor.h.

Referenced by AddSymbolFileRepresentation(), GetSymbolFile(), and SymbolVendor().


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