Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp251 modules.FindSymbolsWithNameAndType(ConstString("_NSPrintForDebugger"), in GetPrintForDebuggerAddr()
254 modules.FindSymbolsWithNameAndType(ConstString("_CFPrintForDebugger"), in GetPrintForDebuggerAddr()
471 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
474 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
H A DAppleObjCRuntimeV2.cpp1246 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, in GetByteOffsetForIvar()
3351 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
3359 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp91 images.FindSymbolsWithNameAndType(ConstString("__objc_load"), in CreateInstance()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h357 void FindSymbolsWithNameAndType(ConstString name,
H A DModule.h263 void FindSymbolsWithNameAndType(ConstString name,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp834 sc.module_sp->FindSymbolsWithNameAndType(name, lldb::eSymbolTypeAny, in FindInSymbols()
842 m_preferred_modules.FindSymbolsWithNameAndType(name, lldb::eSymbolTypeAny, in FindInSymbols()
850 non_local_images.FindSymbolsWithNameAndType(name, lldb::eSymbolTypeAny, in FindInSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp292 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderHexagonDYLD.cpp422 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp129 modules.FindSymbolsWithNameAndType(name, eSymbolTypeObjCClass, sc_list); in LookupInCompleteClassCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp454 module_list.FindSymbolsWithNameAndType(name, symbol_type, target_symbols); in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp527 void ModuleList::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in ModuleList
532 module_sp->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in FindSymbolsWithNameAndType()
H A DModule.cpp1282 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in Module
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp850 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
862 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbol.cpp493 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp711 target.GetImages().FindSymbolsWithNameAndType(ConstString(name),
H A DDynamicLoaderPOSIXDYLD.cpp567 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp632 modules.FindSymbolsWithNameAndType( in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp529 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
531 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2243 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4147 process->GetTarget().GetImages().FindSymbolsWithNameAndType( in ServeSymbolLookups()