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.cpp1239 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, in GetByteOffsetForIvar()
3332 GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
3340 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.h356 void FindSymbolsWithNameAndType(ConstString name,
H A DModule.h262 void FindSymbolsWithNameAndType(ConstString name,
/freebsd/contrib/llvm-project/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()
/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/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp129 modules.FindSymbolsWithNameAndType(name, eSymbolTypeObjCClass, sc_list); in LookupInCompleteClassCache()
/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.cpp1293 void Module::FindSymbolsWithNameAndType(ConstString name, in FindSymbolsWithNameAndType() function in Module
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp900 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
912 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.cpp522 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp636 modules.FindSymbolsWithNameAndType( in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp528 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
530 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp814 sc.target_sp->GetImages().FindSymbolsWithNameAndType( in FindInSymbols()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2276 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4128 process->GetTarget().GetImages().FindSymbolsWithNameAndType( in ServeSymbolLookups()