Home
last modified time | relevance | path

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

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