| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 58 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 D | OptionValueUUID.cpp | 71 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 D | CommandObjectSource.cpp | 383 (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 D | CommandObjectTarget.cpp | 795 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 D | CommandObjectDisassemble.cpp | 288 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 D | SBTarget.cpp | 645 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 D | Statistics.cpp | 48 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 D | InferiorCallPOSIX.cpp | 49 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap() 141 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 282 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 D | Utility.cpp | 23 target.GetImages().ForEach([&](const lldb::ModuleSP &m) { in GetPreferredAsanModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 79 const ModuleList &images = target.GetImages(); in CreateInstance() 104 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in GNUstepObjCRuntime()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 265 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 D | DynamicLoader.cpp | 165 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget() 300 target.GetImages().AppendIfNeeded(module_sp, false); in LoadBinaryWithUUIDAndAddress()
|
| H A D | DebuggerEvents.cpp | 146 target_sp->GetImages().FindModule(m_module_spec.GetUUID())) { in DoOnRemoval()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 339 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 D | JITLoaderGDB.cpp | 170 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 D | ClangASTSource.cpp | 234 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 D | ClangUtilityFunction.cpp | 154 target->GetImages().Append(jit_module_sp); in Install()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
| H A D | DynamicLoaderWasmDYLD.cpp | 77 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadModuleAtAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 49 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~UtilityFunction()
|
| H A D | FunctionCaller.cpp | 62 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 D | DynamicLoaderStatic.cpp | 80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 432 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 D | SymbolContext.cpp | 775 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 D | MemoryHistoryASan.cpp | 41 for (ModuleSP module_sp : target.GetImages().Modules()) { in LLDB_PLUGIN_DEFINE()
|