reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Module.h
  306   void FindFunctions(ConstString name,

References

tools/lldb/source/API/SBModule.cpp
  404     module_sp->FindFunctions(ConstString(name), nullptr, type, symbols_ok,
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  280         context.module_sp->FindFunctions(
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1607       module->FindFunctions(function_name, nullptr, eFunctionNameTypeAuto,
tools/lldb/source/Core/AddressResolverName.cpp
   94       context.module_sp->FindFunctions(m_func_name, nullptr,
tools/lldb/source/Core/Disassembler.cpp
  176     module->FindFunctions(name, nullptr, eFunctionNameTypeAuto, include_symbols,
tools/lldb/source/Core/ModuleList.cpp
  341       (*pos)->FindFunctions(lookup_info.GetLookupName(), nullptr,
  354       (*pos)->FindFunctions(name, nullptr, name_type_mask, include_symbols,
tools/lldb/source/Core/SourceManager.cpp
  327         executable_ptr->FindFunctions(main_name, nullptr,
tools/lldb/source/Expression/IRExecutionUnit.cpp
  854       sc.module_sp->FindFunctions(spec.name, nullptr, spec.mask,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1223       module_sp->FindFunctions(name, &namespace_decl, eFunctionNameTypeBase,