LLDB mainline
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 66 of file Module.h.

Member Data Documentation

◆ include_inlines

◆ include_symbols


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