Searched refs:FindFunctionSymbols (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h278 /// @see Module::FindFunctionSymbols ()
281 FindFunctionSymbols (const ConstString &name,
H A DModule.h269 FindFunctionSymbols (const ConstString &name,
1080 /// SymbolVendor::FindFunctions() or Symtab::FindFunctionSymbols()
1084 /// SymbolVendor::FindFunctions() or Symtab::FindFunctionSymbols()
1089 /// Symtab::FindFunctionSymbols() to see if the name contains
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h85 size_t FindFunctionSymbols (const ConstString &name, uint32_t name_type_mask, SymbolContextList& sc_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp427 ModuleList::FindFunctionSymbols (const ConstString &name, function in class:ModuleList
448 (*pos)->FindFunctionSymbols (lookup_name,
481 (*pos)->FindFunctionSymbols (name, name_type_mask, sc_list);
H A DModule.cpp786 symtab->FindFunctionSymbols(lookup_name, lookup_name_type_mask, sc_list);
822 symtab->FindFunctionSymbols(name, name_type_mask, sc_list);
1395 Module::FindFunctionSymbols (const ConstString &name, function in class:Module
1408 return symtab->FindFunctionSymbols (name, name_type_mask, sc_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp424 // Note: module_list can't be const& because FindFunctionSymbols isn't const.
438 size_t num_symbol_matches = module_list.FindFunctionSymbols(name,
1077 num_matches += matching_modules.FindFunctionSymbols (name, eFunctionNameTypeAuto, sc_list);
1083 num_matches = target->GetImages().FindFunctionSymbols (name, eFunctionNameTypeAuto, sc_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp1116 Symtab::FindFunctionSymbols (const ConstString &name, function in class:Symtab

Completed in 81 milliseconds