Home
last modified time | relevance | path

Searched refs:GetImages (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp57 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in AppleObjCRuntime()
226 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule()
240 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr()
324 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion()
382 for (ModuleSP module_sp : target.GetImages().Modules()) { in GetObjCVersion()
465 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
468 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp71 const size_t num_modules = target->GetImages().GetSize(); in AutoComplete()
73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp383 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesInFunctions()
466 if (!GetSymbolContextsForAddress(target->GetImages(), m_options.address, in DumpLinesForAddress()
489 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesForFile()
557 target->GetImages().FindModules(module_spec, m_module_list); in DoExecute()
567 } else if (target->GetImages().GetSize() == 0) { in DoExecute()
879 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
886 target->GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
901 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
907 target->GetImages().FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
969 const ModuleList &module_list = target->GetImages(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp988 target->GetImages().FindCompileUnits( in DoExecute()
1860 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
2081 const ModuleList &module_list = target->GetImages(); in DoExecute()
2176 const size_t num_modules = target->GetImages().GetSize(); in DoExecute()
2311 const ModuleList &module_list = target->GetImages(); in DoExecute()
2389 const ModuleList &target_modules = target->GetImages(); in DoExecute()
2481 const ModuleList &target_modules = target->GetImages(); in DoExecute()
2614 const ModuleList &target_modules = target.GetImages(); in DoExecute()
2967 ModuleList &module_list = target->GetImages(); in DoExecute()
3307 module_list_ptr = &target->GetImages(); in DoExecute()
[all …]
H A DCommandObjectDisassemble.cpp263 for (lldb::ModuleSP module_sp : target.GetImages().Modules()) { in GetContainingAddressRanges()
354 GetSelectedTarget().GetImages().FindFunctions(name, eFunctionNameTypeAuto, in GetNameRanges()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1552 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1565 num = target_sp->GetImages().GetSize(); in GetNumModules()
1585 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1596 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
1703 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1715 return target_sp->GetImages().Remove(module.GetSP()); in RemoveModule()
1760 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions()
1782 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()
1791 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
1852 ModuleList &images = target_sp->GetImages(); in FindTypes()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp214 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
255 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
360 target_sp->GetImages().ResolveSymbolContextForAddress( in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp49 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
146 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp79 const ModuleList &images = target.GetImages(); in CreateInstance()
104 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in GNUstepObjCRuntime()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp261 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in DoModuleIteration()
425 const ModuleList &target_modules = m_target_sp->GetImages(); in Search()
428 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
542 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
740 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
H A DDynamicLoader.cpp156 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget()
265 target.GetImages().AppendIfNeeded(module_sp, false); in LoadBinaryWithUUIDAndAddress()
H A DDebuggerEvents.cpp145 target_sp->GetImages().FindModule(m_module_spec.GetUUID())) { in DoOnRemoval()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp170 ModuleList &module_list = target.GetImages(); in DidAttach()
176 ModuleList &module_list = target.GetImages(); in DidLaunch()
288 ModuleList &module_list = target.GetImages(); in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp77 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadModuleAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp339 const ModuleList &target_images = target.GetImages(); in LoadImageUsingMemoryModule()
368 ModuleSP existing_module_sp = target.GetImages().FindModule(m_uuid); in LoadImageUsingMemoryModule()
381 target.GetImages().AppendIfNeeded(m_module_sp, false); in LoadImageUsingMemoryModule()
542 ModuleList &modules = m_process->GetTarget().GetImages(); in ParseKmods()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp49 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~UtilityFunction()
H A DFunctionCaller.cpp61 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~FunctionCaller()
119 process->GetTarget().GetImages().Append(jit_module_sp, in WriteFunctionWrapper()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp234 const ModuleList &module_list = m_target->GetImages(); in FindCompleteType()
610 m_target->GetImages().FindTypes(nullptr, query, results); in FindExternalVisibleDecls()
673 for (lldb::ModuleSP image : m_target->GetImages().Modules()) { in FillNamespaceMap()
990 m_target->GetImages().FindFunctions(instance_method_name, in FindObjCMethodDecls()
1003 m_target->GetImages().FindFunctions(class_method_name, in FindObjCMethodDecls()
1016 m_target->GetImages().FindFunctions(selector_name, in FindObjCMethodDecls()
1647 for (lldb::ModuleSP image : m_target->GetImages().Modules()) { in CompleteNamespaceMap()
H A DClangUtilityFunction.cpp155 target->GetImages().Append(jit_module_sp); in Install()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp816 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
820 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
903 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
962 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
1107 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp39 for (ModuleSP module_sp : target.GetImages().Modules()) { in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp423 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
507 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan()
553 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadVDSO()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp349 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
420 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp128 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()

123