Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp243 modules.FindSymbolsWithNameAndType(ConstString("_NSPrintForDebugger"), in GetPrintForDebuggerAddr()
246 modules.FindSymbolsWithNameAndType(ConstString("_CFPrintForDebugger"), in GetPrintForDebuggerAddr()
463 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
466 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
H A DAppleObjCRuntimeV2.cpp1164 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, in GetByteOffsetForIvar()
2976 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h323 void FindSymbolsWithNameAndType(ConstString name,
H A DModule.h251 void FindSymbolsWithNameAndType(ConstString name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp293 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderHexagonDYLD.cpp432 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp106 modules.FindSymbolsWithNameAndType(name, eSymbolTypeObjCClass, sc_list); in LookupInCompleteClassCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp468 module_list.FindSymbolsWithNameAndType(name, symbol_type, target_symbols); in GetSymbolAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp463 void ModuleList::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in ModuleList
469 (*pos)->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in FindSymbolsWithNameAndType()
H A DModule.cpp1344 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in Module
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp561 modules.FindSymbolsWithNameAndType( in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp894 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
906 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbol.cpp439 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp562 target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderPOSIXDYLD.cpp500 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp506 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
508 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp886 sc.target_sp->GetImages().FindSymbolsWithNameAndType( in FindInSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2338 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3943 process->GetTarget().GetImages().FindSymbolsWithNameAndType( in ServeSymbolLookups()