Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp148 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
184 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
226 target.GetImages().FindFunctions(RegularExpression{func_to_match}, true, true, in FindLibCppStdFunctionCallableInfo()
295 target_sp->GetImages().ResolveSymbolContextForAddress( in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp56 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in AppleObjCRuntime()
208 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule()
222 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr()
302 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion()
362 const ModuleList &target_modules = target.GetImages(); in GetObjCVersion()
450 return target.GetImages().FindSymbolsWithNameAndType( in CalculateHasNewLiteralsAndIndexing()
452 target.GetImages().FindSymbolsWithNameAndType( in CalculateHasNewLiteralsAndIndexing()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp409 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesInFunctions()
497 if (!GetSymbolContextsForAddress(target->GetImages(), m_options.address, in DumpLinesForAddress()
520 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesForFile()
608 } else if (target->GetImages().GetSize() == 0) { in DoExecute()
924 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
931 num_matches = target->GetImages().FindFunctions( in FindMatchingFunctions()
949 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
955 num_matches = target->GetImages().FindFunctionSymbols( in FindMatchingFunctionSymbols()
1050 const ModuleList &module_list = target->GetImages(); in DoExecute()
1206 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp958 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
981 target->GetImages().FindCompileUnits( in DoExecute()
2060 target->GetImages().GetMutex()); in DoExecute()
2250 const size_t num_modules = target->GetImages().GetSize(); in DoExecute()
2336 const ModuleList &target_modules = target->GetImages(); in DoExecute()
2430 const ModuleList &target_modules = target->GetImages(); in DoExecute()
2720 ModuleList &module_list = target->GetImages(); in DoExecute()
3105 module_list_ptr = &target->GetImages(); in DoExecute()
3957 const ModuleList &target_modules = target->GetImages(); in DoExecute()
4171 num_matches = target->GetImages().FindModules( in AddModuleSymbols()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueUUID.cpp75 const size_t num_modules = target->GetImages().GetSize(); in AutoComplete()
77 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1581 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1594 num = target_sp->GetImages().GetSize(); in GetNumModules()
1631 target_sp->GetImages().FindCompileUnits(*sb_file_spec, in FindCompileUnits()
1688 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1703 return target_sp->GetImages().Remove(module.GetSP()); in RemoveModule()
1773 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
1790 const ModuleList &module_list = target_sp->GetImages(); in FindFirstType()
1850 ModuleList &images = target_sp->GetImages(); in FindTypes()
1943 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1947 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp160 ModuleList &modules = target.GetImages(); in LoadModuleAtAddress()
215 target.GetImages().AppendIfNeeded(module_sp); in LoadModuleAtAddress()
H A DSearchFilter.cpp269 const ModuleList &target_images = m_target_sp->GetImages(); in DoModuleIteration()
464 const ModuleList &target_modules = m_target_sp->GetImages(); in Search()
606 const ModuleList &target_modules = m_target_sp->GetImages(); in Search()
818 const ModuleList &target_images = m_target_sp->GetImages(); in Search()
H A DSourceManager.cpp398 target->GetImages().ResolveSymbolContextForFilePath( in CommonInitializer()
436 target->GetImages().FindSourceFile(m_file_spec, new_file_spec)) { in CommonInitializer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp49 const uint32_t count = process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
137 const uint32_t count = process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp148 ModuleList &module_list = target.GetImages(); in DidAttach()
154 ModuleList &module_list = target.GetImages(); in DidLaunch()
274 ModuleList &module_list = target.GetImages(); in ReadJITDescriptorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp70 target.GetImages().ResolveSymbolContextForAddress( in GetTypeInfoFromVTableAddress()
111 num_matches = target.GetImages().FindTypes( in GetTypeInfoFromVTableAddress()
576 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp134 target->GetImages().Append(jit_module_sp); in Install()
H A DClangASTSource.cpp77 for (lldb::ModuleSP module_sp : m_target->GetImages().Modules()) { in InstallASTContext()
370 const ModuleList &module_list = m_target->GetImages(); in CompleteType()
817 const ModuleList &target_images = m_target->GetImages(); in FindExternalVisibleDecls()
859 m_target->GetImages().FindTypes(module_sp.get(), name, exact_match, 1, in FindExternalVisibleDecls()
1217 m_target->GetImages().FindFunctions( in FindObjCMethodDecls()
1229 m_target->GetImages().FindFunctions( in FindObjCMethodDecls()
1242 m_target->GetImages().FindFunctions( in FindObjCMethodDecls()
1889 const ModuleList &target_images = m_target->GetImages(); in CompleteNamespaceMap()
H A DClangExpressionDeclMap.cpp615 target.GetImages().FindSymbolsWithNameAndType(name, symbol_type, sc_list); in GetSymbolAddress()
651 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
655 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
725 target.GetImages().FindGlobalVariables(name, -1, vars); in FindGlobalVariable()
1278 target->GetImages().FindFunctions(name, eFunctionNameTypeFull, in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUtilityFunction.cpp57 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~UtilityFunction()
H A DFunctionCaller.cpp62 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~FunctionCaller()
106 process->GetTarget().GetImages().Append(jit_module_sp); in WriteFunctionWrapper()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp849 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
855 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
938 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
1000 m_target_sp->GetImages().FindFirstModule(module_spec)); in AddSpecification()
1145 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches()
H A DSymbol.cpp417 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
423 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp422 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
475 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan()
524 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadVDSO()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp38 const ModuleList &target_modules = target.GetImages(); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp163 const ModuleList &images(target_sp->GetImages()); in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp140 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp360 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
432 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan()

123