Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp58 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in AppleObjCRuntime()
232 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule()
246 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr()
330 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion()
388 for (ModuleSP module_sp : target.GetImages().Modules()) { in GetObjCVersion()
471 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
474 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()
549 target.GetImages().FindModules(module_spec, m_module_list); in DoExecute()
559 } else if (target.GetImages().GetSize() == 0) { in DoExecute()
875 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
882 target.GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
897 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
903 target.GetImages().FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
965 const ModuleList &module_list = target.GetImages(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp795 target->GetImages().FindGlobalVariables(ConstString(name), UINT32_MAX, in GetVariableCallback()
854 target->GetImages().FindGlobalVariables(regex, UINT32_MAX, in DoExecute()
938 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
960 target->GetImages().FindCompileUnits( in DoExecute()
1825 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
1919 target.GetImages()); in DoExecute()
2022 const ModuleList &module_list = target.GetImages(); in DoExecute()
2117 const size_t num_modules = target.GetImages().GetSize(); in DoExecute()
2134 target.GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()
2261 const ModuleList &module_list = target.GetImages(); in DoExecute()
[all …]
H A DCommandObjectDisassemble.cpp288 for (lldb::ModuleSP module_sp : target.GetImages().Modules()) { in GetContainingAddressRanges()
372 GetTarget().GetImages().FindFunctions(name, eFunctionNameTypeAuto, in GetNameRanges()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp645 target_sp->GetImages().ResolveSymbolContextForAddress(addr.ref(), scope, in ResolveSymbolContextForAddress()
1522 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1534 num = target_sp->GetImages().GetSize(); in GetNumModules()
1553 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1563 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
1673 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1684 return target_sp->GetImages().Remove(module.GetSP()); in RemoveModule()
1726 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions()
1748 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()
1752 target_sp->GetImages().FindFunctions( in FindGlobalFunctions()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp48 for (ModuleSP module_sp : target.GetImages().Modules()) in CollectStats()
273 ? target->GetImages().GetSize() in ResetStatistics()
277 ? target->GetImages().GetModuleAtIndex(image_idx).get() in ResetStatistics()
319 ? target->GetImages().GetSize() in ReportStatistics()
331 ? target->GetImages().GetModuleAtIndex(image_idx).get() in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp49 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
141 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp282 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
323 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
427 target_sp->GetImages().ResolveSymbolContextForAddress( in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DUtility.cpp23 target.GetImages().ForEach([&](const lldb::ModuleSP &m) { in GetPreferredAsanModule()
/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.cpp265 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in DoModuleIteration()
429 const ModuleList &target_modules = m_target_sp->GetImages(); in Search()
432 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
548 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
747 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
H A DDynamicLoader.cpp165 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget()
300 target.GetImages().AppendIfNeeded(module_sp, false); in LoadBinaryWithUUIDAndAddress()
H A DDebuggerEvents.cpp146 target_sp->GetImages().FindModule(m_module_spec.GetUUID())) { in DoOnRemoval()
/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()
540 ModuleList &modules = m_process->GetTarget().GetImages(); in ParseKmods()
/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/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()
941 m_target->GetImages().FindFunctions(instance_method_name, in FindObjCMethodDecls()
954 m_target->GetImages().FindFunctions(class_method_name, in FindObjCMethodDecls()
967 m_target->GetImages().FindFunctions(selector_name, in FindObjCMethodDecls()
1409 for (lldb::ModuleSP image : m_target->GetImages().Modules()) { in CompleteNamespaceMap()
H A DClangUtilityFunction.cpp154 target->GetImages().Append(jit_module_sp); in Install()
/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/Expression/
H A DUtilityFunction.cpp49 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~UtilityFunction()
H A DFunctionCaller.cpp62 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~FunctionCaller()
118 process->GetTarget().GetImages().Append(jit_module_sp, in WriteFunctionWrapper()
/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/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp432 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
552 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan()
609 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadVDSO()
974 ModuleList &module_list = process.GetTarget().GetImages(); in AddLinkMapSections()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp775 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
779 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
862 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
953 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
1098 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp41 for (ModuleSP module_sp : target.GetImages().Modules()) { in LLDB_PLUGIN_DEFINE()

123