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

Options used by Module::FindFunctions. More...

#include <Module.h>

Public Attributes

bool include_symbols = false
 Include the symbol table.
 
bool include_inlines = false
 Include inlined functions.
 

Detailed Description

Options used by Module::FindFunctions.

This cannot be a nested class because it must be forward-declared in ModuleList.h.

Definition at line 65 of file Module.h.

Member Data Documentation

◆ include_inlines

bool lldb_private::ModuleFunctionSearchOptions::include_inlines = false

◆ include_symbols

bool lldb_private::ModuleFunctionSearchOptions::include_symbols = false

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