Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp245 modules.FindSymbolsWithNameAndType(ConstString("_NSPrintForDebugger"), in GetPrintForDebuggerAddr()
248 modules.FindSymbolsWithNameAndType(ConstString("_CFPrintForDebugger"), in GetPrintForDebuggerAddr()
465 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
468 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
H A DAppleObjCRuntimeV2.cpp1251 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, in GetByteOffsetForIvar()
3201 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
3209 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp625 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
639 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
653 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
667 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp889 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeCode, in GetStepThroughTrampolinePlan()
914 images.FindSymbolsWithNameAndType( in GetStepThroughTrampolinePlan()
945 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeResolver, in GetStepThroughTrampolinePlan()
1064 module_sp->FindSymbolsWithNameAndType(ConstString("pthread_getspecific"), in GetPthreadSetSpecificAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h335 void FindSymbolsWithNameAndType(ConstString name,
H A DModule.h263 void FindSymbolsWithNameAndType(ConstString name,
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp295 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderHexagonDYLD.cpp422 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp130 modules.FindSymbolsWithNameAndType(name, eSymbolTypeObjCClass, sc_list); in LookupInCompleteClassCache()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp449 module_list.FindSymbolsWithNameAndType(name, symbol_type, target_symbols); in GetSymbolAddress()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp509 void ModuleList::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in ModuleList
514 module_sp->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in FindSymbolsWithNameAndType()
H A DModule.cpp1340 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in Module
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp551 modules.FindSymbolsWithNameAndType( in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp888 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
900 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbol.cpp439 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp601 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderPOSIXDYLD.cpp514 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp530 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
532 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp813 sc.target_sp->GetImages().FindSymbolsWithNameAndType( in FindInSymbols()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp2184 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4058 process->GetTarget().GetImages().FindSymbolsWithNameAndType( in ServeSymbolLookups()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5376 module_sp->FindSymbolsWithNameAndType(ConstString("start"),