Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp243 modules.FindSymbolsWithNameAndType(ConstString("_NSPrintForDebugger"), in GetPrintForDebuggerAddr()
246 modules.FindSymbolsWithNameAndType(ConstString("_CFPrintForDebugger"), in GetPrintForDebuggerAddr()
468 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
471 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
DAppleObjCRuntimeV2.cpp916 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, in GetByteOffsetForIvar()
2575 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp584 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
598 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
612 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
626 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
/external/llvm-project/lldb/source/Core/
DAddressResolverName.cpp92 context.module_sp->FindSymbolsWithNameAndType(m_func_name, in SearchCallback()
DModuleList.cpp467 void ModuleList::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in ModuleList
473 (*pos)->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in FindSymbolsWithNameAndType()
DModule.cpp1353 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in Module
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp888 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeCode, in GetStepThroughTrampolinePlan()
913 images.FindSymbolsWithNameAndType( in GetStepThroughTrampolinePlan()
944 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeResolver, in GetStepThroughTrampolinePlan()
1064 module_sp->FindSymbolsWithNameAndType(ConstString("pthread_getspecific"), in GetPthreadSetSpecificAddress()
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h337 void FindSymbolsWithNameAndType(ConstString name,
DModule.h251 void FindSymbolsWithNameAndType(ConstString name,
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.cpp293 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
DDynamicLoaderHexagonDYLD.cpp432 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp106 modules.FindSymbolsWithNameAndType(name, eSymbolTypeObjCClass, sc_list); in LookupInCompleteClassCache()
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp463 module_list.FindSymbolsWithNameAndType(name, symbol_type, target_symbols); in GetSymbolAddress()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp561 modules.FindSymbolsWithNameAndType( in GetExceptionObjectForThread()
/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp896 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
908 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
DSymbol.cpp438 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp561 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
DDynamicLoaderPOSIXDYLD.cpp474 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp610 module->FindSymbolsWithNameAndType(ConstString("?foo@@YAHH@Z"), in TEST_F()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp506 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
508 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp874 sc.target_sp->GetImages().FindSymbolsWithNameAndType( in FindInSymbols()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp2306 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp3957 process->GetTarget().GetImages().FindSymbolsWithNameAndType( in ServeSymbolLookups()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp5391 module_sp->FindSymbolsWithNameAndType(ConstString("start"), in GetEntryPointAddress()