Lines Matching refs:GetImages
647 target_sp->GetImages().ResolveSymbolContextForAddress(addr.ref(), scope, in ResolveSymbolContextForAddress()
1552 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()
1787 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions()
1791 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
1810 target_sp->GetImages().FindTypes(/*search_first=*/nullptr, query, results); in FindFirstType()
1852 ModuleList &images = target_sp->GetImages(); in FindTypes()
1892 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1925 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1929 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
1934 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
2235 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()