Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp227 if ((!modules.FindSymbolsWithNameAndType(ConstString("_NSPrintForDebugger"), in GetPrintForDebuggerAddr()
229 (!modules.FindSymbolsWithNameAndType(ConstString("_CFPrintForDebugger"), in GetPrintForDebuggerAddr()
450 return target.GetImages().FindSymbolsWithNameAndType( in CalculateHasNewLiteralsAndIndexing()
452 target.GetImages().FindSymbolsWithNameAndType( in CalculateHasNewLiteralsAndIndexing()
H A DAppleObjCRuntimeV2.cpp891 target.GetImages().FindSymbolsWithNameAndType(ivar_const_str, in GetByteOffsetForIvar()
2577 if (GetProcess()->GetTarget().GetImages().FindSymbolsWithNameAndType( in GetCFBooleanValuesIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp94 context.module_sp->FindSymbolsWithNameAndType(m_func_name, in SearchCallback()
H A DModuleList.cpp466 size_t ModuleList::FindSymbolsWithNameAndType(const ConstString &name, in FindSymbolsWithNameAndType() function in ModuleList
477 (*pos)->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in FindSymbolsWithNameAndType()
H A DModule.cpp1355 size_t Module::FindSymbolsWithNameAndType(const ConstString &name, in FindSymbolsWithNameAndType() function in Module
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h407 size_t FindSymbolsWithNameAndType(const ConstString &name,
H A DModule.h300 size_t FindSymbolsWithNameAndType(const ConstString &name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp294 if (!target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderHexagonDYLD.cpp434 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp99 modules.FindSymbolsWithNameAndType(name, eSymbolTypeObjCClass, sc_list); in LookupInCompleteClassCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp441 if (!module_list.FindSymbolsWithNameAndType(name, symbol_type, in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp580 modules.FindSymbolsWithNameAndType( in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp926 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
938 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbol.cpp434 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp528 if (!target.GetImages().FindSymbolsWithNameAndType(ConstString(name), in FindMetadata()
H A DDynamicLoaderPOSIXDYLD.cpp477 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp613 module->FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
615 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp879 sc.target_sp->GetImages().FindSymbolsWithNameAndType( in FindInSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2217 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3806 if (process->GetTarget().GetImages().FindSymbolsWithNameAndType( in ServeSymbolLookups()