Lines Matching refs:GetImages
691 target_sp->GetImages().ResolveSymbolContextForAddress(addr.ref(), scope, in ResolveSymbolContextForAddress()
1664 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1677 num = target_sp->GetImages().GetSize(); in GetNumModules()
1698 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1710 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
1776 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1788 return target_sp->GetImages().Remove(module.GetSP()); in RemoveModule()
1837 target_sp->GetImages().FindFunctions(ConstString(name), mask, symbols_ok, in FindFunctions()
1857 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), true, in FindGlobalFunctions()
1862 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
1866 target_sp->GetImages().FindFunctions( in FindGlobalFunctions()
1885 const ModuleList &module_list = target_sp->GetImages(); in FindFirstType()
1937 ModuleList &images = target_sp->GetImages(); in FindTypes()
1984 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
2019 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
2023 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
2338 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()