Searched refs:FindSymbolsWithNameAndType (Results 1 – 14 of 14) sorted by relevance
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 210 …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()
|
D | AppleObjCTrampolineHandler.cpp | 736 …exe_ctx.GetTargetRef().GetImages().FindSymbolsWithNameAndType (our_utility_function_name, eSymbolT… in SetupDispatchFunction()
|
D | AppleObjCRuntimeV2.cpp | 554 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, eSymbolTypeObjCIVar, sc_list); in GetByteOffsetForIvar()
|
/external/lldb/source/Core/ |
D | AddressResolverName.cpp | 118 context.module_sp->FindSymbolsWithNameAndType (m_func_name, in SearchCallback()
|
D | ModuleList.cpp | 513 ModuleList::FindSymbolsWithNameAndType (const ConstString &name, in FindSymbolsWithNameAndType() function in ModuleList 525 (*pos)->FindSymbolsWithNameAndType (name, symbol_type, sc_list); in FindSymbolsWithNameAndType()
|
D | Module.cpp | 1204 Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextL… in FindSymbolsWithNameAndType() function in Module
|
/external/lldb/include/lldb/Core/ |
D | ModuleList.h | 389 FindSymbolsWithNameAndType (const ConstString &name,
|
D | Module.h | 222 FindSymbolsWithNameAndType (const ConstString &name,
|
/external/lldb/source/Expression/ |
D | ClangExpressionDeclMap.cpp | 501 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/ |
D | DynamicLoaderPOSIXDYLD.cpp | 366 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
|
/external/lldb/source/Target/ |
D | ObjCLanguageRuntime.cpp | 101 const size_t matching_symbols = modules.FindSymbolsWithNameAndType (name, in LookupInCompleteClassCache()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 1611 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
|
/external/lldb/source/API/ |
D | SBTarget.cpp | 2561 target_sp->GetImages().FindSymbolsWithNameAndType (ConstString(name), in FindSymbols()
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 3928 … if (module_sp->FindSymbolsWithNameAndType(ConstString ("start"), eSymbolTypeCode, contexts)) in GetEntryPointAddress()
|