Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp244 modules.FindSymbolsWithNameAndType(ConstString("_NSPrintForDebugger"), in GetPrintForDebuggerAddr()
247 modules.FindSymbolsWithNameAndType(ConstString("_CFPrintForDebugger"), in GetPrintForDebuggerAddr()
464 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
467 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
H A DAppleObjCRuntimeV2.cpp1251 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, in GetByteOffsetForIvar()
3184 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
3192 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp585 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
599 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
613 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
627 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp870 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeCode, in GetStepThroughTrampolinePlan()
895 images.FindSymbolsWithNameAndType( in GetStepThroughTrampolinePlan()
926 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeResolver, in GetStepThroughTrampolinePlan()
1046 module_sp->FindSymbolsWithNameAndType(ConstString("pthread_getspecific"), in GetPthreadSetSpecificAddress()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h334 void FindSymbolsWithNameAndType(ConstString name,
H A DModule.h260 void FindSymbolsWithNameAndType(ConstString name,
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp297 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderHexagonDYLD.cpp422 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp451 module_list.FindSymbolsWithNameAndType(name, symbol_type, target_symbols); in GetSymbolAddress()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp129 modules.FindSymbolsWithNameAndType(name, eSymbolTypeObjCClass, sc_list); in LookupInCompleteClassCache()
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp504 void ModuleList::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in ModuleList
509 module_sp->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in FindSymbolsWithNameAndType()
H A DModule.cpp1358 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in Module
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp549 modules.FindSymbolsWithNameAndType( in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp890 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
902 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbol.cpp440 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp594 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderPOSIXDYLD.cpp503 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp619 module->FindSymbolsWithNameAndType(ConstString("?foo@@YAHH@Z"), in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp531 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
533 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp812 sc.target_sp->GetImages().FindSymbolsWithNameAndType( in FindInSymbols()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp2184 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4052 process->GetTarget().GetImages().FindSymbolsWithNameAndType( in ServeSymbolLookups()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5360 module_sp->FindSymbolsWithNameAndType(ConstString("start"),