Lines Matching refs:GetImages
645 target_sp->GetImages().ResolveSymbolContextForAddress(addr.ref(), scope, in ResolveSymbolContextForAddress()
1519 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1532 num = target_sp->GetImages().GetSize(); in GetNumModules()
1552 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1563 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
1650 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1662 return target_sp->GetImages().Remove(module.GetSP()); in RemoveModule()
1707 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions()
1729 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()
1734 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions()
1738 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
1757 const ModuleList &module_list = target_sp->GetImages(); in FindFirstType()
1807 ModuleList &images = target_sp->GetImages(); in FindTypes()
1853 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1886 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1890 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
1895 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
2184 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()