LLDB mainline
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
lldb_private::SymbolVendor Class Reference

#include <SymbolVendor.h>

Inheritance diagram for lldb_private::SymbolVendor:
Inheritance graph
[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
 
virtual llvm::StringRef GetPluginName ()=0
 
 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()

SymbolVendor::SymbolVendor ( const lldb::ModuleSP module_sp)

Definition at line 60 of file SymbolVendor.cpp.

Member Function Documentation

◆ AddSymbolFileRepresentation()

void SymbolVendor::AddSymbolFileRepresentation ( const lldb::ObjectFileSP objfile_sp)

◆ FindPlugin()

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

◆ 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(), and GetSymbolFile().


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