LLDB mainline
Public Attributes | List of all members
lldb_private::SymbolLocation Struct Reference

Stores a function module spec, symbol name and possibly an alternate symbol name. More...

Public Attributes

FileSpec module_spec
 
std::vector< ConstStringsymbols
 
bool symbols_are_regex = false
 

Detailed Description

Stores a function module spec, symbol name and possibly an alternate symbol name.

Definition at line 19 of file AssertFrameRecognizer.cpp.

Member Data Documentation

◆ module_spec

FileSpec lldb_private::SymbolLocation::module_spec

◆ symbols

std::vector<ConstString> lldb_private::SymbolLocation::symbols

◆ symbols_are_regex

bool lldb_private::SymbolLocation::symbols_are_regex = false

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