Searched refs:FindSymbolsWithNameAndType (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp255 if ((!modules.FindSymbolsWithNameAndType(ConstString ("_NSPrintForDebugger"), eSymbolTypeCode, contexts)) &&
256 (!modules.FindSymbolsWithNameAndType(ConstString ("_CFPrintForDebugger"), eSymbolTypeCode, contexts)))
505 if (target.GetImages().FindSymbolsWithNameAndType(s_method_signature, eSymbolTypeCode, sc_list) ||
506 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, eSymbolTypeCode, sc_list))
H A DAppleObjCRuntimeV2.cpp828 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, eSymbolTypeObjCIVar, sc_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp116 context.module_sp->FindSymbolsWithNameAndType (m_func_name,
H A DModuleList.cpp561 ModuleList::FindSymbolsWithNameAndType (const ConstString &name, function in class:ModuleList
573 (*pos)->FindSymbolsWithNameAndType (name, symbol_type, sc_list);
H A DModule.cpp1414 Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list) function in class:Module
1421 "Module::FindSymbolsWithNameAndType (name = %s, type = %i)",
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h404 FindSymbolsWithNameAndType (const ConstString &name,
H A DModule.h242 FindSymbolsWithNameAndType (const ConstString &name,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp332 if (!target.GetImages().FindSymbolsWithNameAndType (ConstString(name), eSymbolTypeAny, list))
H A DDynamicLoaderHexagonDYLD.cpp500 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp106 const size_t matching_symbols = modules.FindSymbolsWithNameAndType (name,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp765 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list);
767 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list);
877 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list);
879 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp499 if (!module_list.FindSymbolsWithNameAndType(name, symbol_type,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp675 target_sp->GetImages().FindSymbolsWithNameAndType(name_cs, lldb::eSymbolTypeAny, sc_list);
681 target_sp->GetImages().FindSymbolsWithNameAndType(bare_name_cs, lldb::eSymbolTypeAny, sc_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp588 if (!target.GetImages().FindSymbolsWithNameAndType (ConstString(name), eSymbolTypeAny, list))
H A DDynamicLoaderPOSIXDYLD.cpp457 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp578 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, sc_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2331 target_sp->GetImages().FindSymbolsWithNameAndType (ConstString(name),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4525 if (process->GetTarget().GetImages().FindSymbolsWithNameAndType(ConstString(symbol_name), eSymbolTypeAny, sc_list))

Completed in 258 milliseconds