LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet Struct Reference

#include <ManualDWARFIndex.h>

Public Member Functions

bool Decode (const DataExtractor &data, lldb::offset_t *offset_ptr)
 
void Encode (DataEncoder &encoder) const
 
bool operator== (const IndexSet &rhs) const
 

Public Attributes

NameToDIE function_basenames
 
NameToDIE function_fullnames
 
NameToDIE function_methods
 
NameToDIE function_selectors
 
NameToDIE objc_class_selectors
 
NameToDIE globals
 
NameToDIE types
 
NameToDIE namespaces
 

Detailed Description

Definition at line 60 of file ManualDWARFIndex.h.

Member Function Documentation

◆ Decode()

bool ManualDWARFIndex::IndexSet::Decode ( const DataExtractor data,
lldb::offset_t offset_ptr 
)

◆ Encode()

void ManualDWARFIndex::IndexSet::Encode ( DataEncoder encoder) const

◆ operator==()

bool lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::operator== ( const IndexSet rhs) const
inline

Member Data Documentation

◆ function_basenames

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::function_basenames

◆ function_fullnames

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::function_fullnames

◆ function_methods

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::function_methods

◆ function_selectors

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::function_selectors

◆ globals

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::globals

◆ namespaces

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::namespaces

◆ objc_class_selectors

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::objc_class_selectors

◆ types

NameToDIE lldb_private::plugin::dwarf::ManualDWARFIndex::IndexSet::types

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