LLDB mainline
Public Member Functions | Static Public Member Functions | List of all members
lldb_private::wasm::SymbolVendorWasm Class Reference

#include <SymbolVendorWasm.h>

Inheritance diagram for lldb_private::wasm::SymbolVendorWasm:
Inheritance graph
[legend]

Public Member Functions

 SymbolVendorWasm (const lldb::ModuleSP &module_sp)
 
llvm::StringRef GetPluginName () override
 PluginInterface protocol.
 
- 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 18 of file SymbolVendorWasm.h.

Constructor & Destructor Documentation

◆ SymbolVendorWasm()

SymbolVendorWasm::SymbolVendorWasm ( const lldb::ModuleSP module_sp)

Definition at line 32 of file SymbolVendorWasm.cpp.

Member Function Documentation

◆ CreateInstance()

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

Definition at line 55 of file SymbolVendorWasm.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::eSectionTypeDWARFDebugPubNames, lldb::eSectionTypeDWARFDebugPubTypes, lldb::eSectionTypeDWARFDebugRanges, lldb::eSectionTypeDWARFDebugRngLists, lldb::eSectionTypeDWARFDebugStr, lldb::eSectionTypeDWARFDebugStrOffsets, lldb::eSectionTypeDWARFDebugTypes, lldb_private::ObjectFile::eTypeDebugInfo, lldb_private::ObjectFile::FindPlugin(), lldb_private::SectionList::FindSectionByType(), lldb_private::Target::GetDefaultDebugFileSearchPaths(), lldb_private::wasm::ObjectFileWasm::GetExternalDebugInfoFileSpec(), lldb_private::ModuleSpec::GetFileSpec(), lldb_private::ObjectFile::GetFileSpec(), lldb_private::ObjectFile::GetSectionList(), lldb_private::ModuleSpec::GetSymbolFileSpec(), lldb_private::ModuleSpec::GetUUID(), lldb_private::wasm::ObjectFileWasm::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 SymbolVendorWasm::GetPluginDescriptionStatic ( )
static

Definition at line 44 of file SymbolVendorWasm.cpp.

Referenced by Initialize().

◆ GetPluginName()

llvm::StringRef lldb_private::wasm::SymbolVendorWasm::GetPluginName ( )
inlineoverridevirtual

PluginInterface protocol.

Reimplemented from lldb_private::SymbolVendor.

Definition at line 33 of file SymbolVendorWasm.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

static llvm::StringRef lldb_private::wasm::SymbolVendorWasm::GetPluginNameStatic ( )
inlinestatic

Definition at line 24 of file SymbolVendorWasm.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

void SymbolVendorWasm::Initialize ( )
static

◆ Terminate()

void SymbolVendorWasm::Terminate ( )
static

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