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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp210 if ((!modules.FindSymbolsWithNameAndType(ConstString ("_NSPrintForDebugger"), eSymbolTypeCode, contexts)) &&
211 (!modules.FindSymbolsWithNameAndType(ConstString ("_CFPrintForDebugger"), eSymbolTypeCode, contexts)))
392 if (target.GetImages().FindSymbolsWithNameAndType(s_method_signature, eSymbolTypeCode, sc_list) ||
393 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, eSymbolTypeCode, sc_list))
H A DAppleObjCTrampolineHandler.cpp736 exe_ctx.GetTargetRef().GetImages().FindSymbolsWithNameAndType (our_utility_function_name, eSymbolTypeCode, sc_list);
H A DAppleObjCRuntimeV2.cpp554 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, eSymbolTypeObjCIVar, sc_list);
/external/lldb/source/Core/
H A DAddressResolverName.cpp118 context.module_sp->FindSymbolsWithNameAndType (m_func_name,
H A DModuleList.cpp513 ModuleList::FindSymbolsWithNameAndType (const ConstString &name, function in class:ModuleList
525 (*pos)->FindSymbolsWithNameAndType (name, symbol_type, sc_list);
H A DModule.cpp1204 Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list) function in class:Module
1211 "Module::FindSymbolsWithNameAndType (name = %s, type = %i)",
/external/lldb/include/lldb/Core/
H A DModule.h222 FindSymbolsWithNameAndType (const ConstString &name,
H A DModuleList.h389 FindSymbolsWithNameAndType (const ConstString &name,
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp501 sym_ctx.module_sp->FindSymbolsWithNameAndType(name, eSymbolTypeAny, temp_sc_list);
504 sym_ctx.target_sp->GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, temp_sc_list);
598 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list);
687 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp366 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols);
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp101 const size_t matching_symbols = modules.FindSymbolsWithNameAndType (name,
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1611 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeCode, target_symbols);
/external/lldb/source/API/
H A DSBTarget.cpp2561 target_sp->GetImages().FindSymbolsWithNameAndType (ConstString(name),
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3928 if (module_sp->FindSymbolsWithNameAndType(ConstString ("start"), eSymbolTypeCode, contexts))

Completed in 1545 milliseconds