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

#include <SymbolVendorELF.h>

Inheritance diagram for SymbolVendorELF:
Inheritance graph
[legend]

Public Member Functions

 SymbolVendorELF (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 SymbolVendorELF.h.

Constructor & Destructor Documentation

◆ SymbolVendorELF()

SymbolVendorELF::SymbolVendorELF ( const lldb::ModuleSP module_sp)

Definition at line 30 of file SymbolVendorELF.cpp.

Member Function Documentation

◆ CreateInstance()

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

Definition at line 53 of file SymbolVendorELF.cpp.

References lldb_private::SectionList::AddSection(), lldb_private::SymbolVendor::AddSymbolFileRepresentation(), lldb::eSectionTypeDWARFDebugAbbrev, lldb::eSectionTypeDWARFDebugAddr, lldb::eSectionTypeDWARFDebugAranges, lldb::eSectionTypeDWARFDebugCuIndex, lldb::eSectionTypeDWARFDebugFrame, lldb::eSectionTypeDWARFDebugInfo, lldb::eSectionTypeDWARFDebugLine, lldb::eSectionTypeDWARFDebugLineStr, lldb::eSectionTypeDWARFDebugLoc, lldb::eSectionTypeDWARFDebugLocLists, lldb::eSectionTypeDWARFDebugMacInfo, lldb::eSectionTypeDWARFDebugMacro, lldb::eSectionTypeDWARFDebugNames, lldb::eSectionTypeDWARFDebugPubNames, lldb::eSectionTypeDWARFDebugPubTypes, lldb::eSectionTypeDWARFDebugRanges, lldb::eSectionTypeDWARFDebugRngLists, lldb::eSectionTypeDWARFDebugStr, lldb::eSectionTypeDWARFDebugStrOffsets, lldb::eSectionTypeDWARFDebugTypes, lldb::eSectionTypeDWARFGNUDebugAltLink, lldb::eSectionTypeELFSymbolTable, lldb_private::ObjectFile::eTypeDebugInfo, lldb_private::ObjectFile::FindPlugin(), lldb_private::SectionList::FindSectionByType(), ObjectFileELF::GetDebugLink(), lldb_private::Target::GetDefaultDebugFileSearchPaths(), lldb_private::ModuleSpec::GetFileSpec(), lldb_private::ObjectFile::GetFileSpec(), lldb_private::ObjectFile::GetSectionList(), lldb_private::ModuleSpec::GetSymbolFileSpec(), lldb_private::ModuleSpec::GetUUID(), ObjectFileELF::GetUUID(), lldb_private::FileSystem::Instance(), LLDB_SCOPED_TIMERF, lldb_private::PluginManager::LocateExecutableSymbolFile(), lldb_private::SectionList::ReplaceSection(), and lldb_private::FileSystem::Resolve().

Referenced by Initialize(), and Terminate().

◆ GetPluginDescriptionStatic()

llvm::StringRef SymbolVendorELF::GetPluginDescriptionStatic ( )
static

Definition at line 42 of file SymbolVendorELF.cpp.

Referenced by Initialize().

◆ GetPluginName()

llvm::StringRef SymbolVendorELF::GetPluginName ( )
inlineoverridevirtual

Reimplemented from lldb_private::SymbolVendor.

Definition at line 34 of file SymbolVendorELF.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

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

Definition at line 25 of file SymbolVendorELF.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

void SymbolVendorELF::Initialize ( )
static

◆ Terminate()

void SymbolVendorELF::Terminate ( )
static

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