LLDB mainline
Public Attributes | List of all members
SymbolSearchInfo Struct Reference

Public Attributes

const Symtabsymtab
 
const addr_t file_addr
 
Symbolmatch_symbol
 
const uint32_t * match_index_ptr
 
addr_t match_offset
 

Detailed Description

Definition at line 901 of file Symtab.cpp.

Member Data Documentation

◆ file_addr

const addr_t SymbolSearchInfo::file_addr

Definition at line 903 of file Symtab.cpp.

◆ match_index_ptr

const uint32_t* SymbolSearchInfo::match_index_ptr

Definition at line 905 of file Symtab.cpp.

◆ match_offset

addr_t SymbolSearchInfo::match_offset

Definition at line 906 of file Symtab.cpp.

◆ match_symbol

Symbol* SymbolSearchInfo::match_symbol

Definition at line 904 of file Symtab.cpp.

◆ symtab

const Symtab* SymbolSearchInfo::symtab

Definition at line 902 of file Symtab.cpp.


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