Lines Matching refs:GetImages

654       target_sp->GetImages().ResolveSymbolContextForAddress(addr.ref(), scope,  in ResolveSymbolContextForAddress()
1559 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1572 num = target_sp->GetImages().GetSize(); in GetNumModules()
1592 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1603 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
1710 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1722 return target_sp->GetImages().Remove(module.GetSP()); in RemoveModule()
1767 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions()
1789 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()
1793 target_sp->GetImages().FindFunctions( in FindGlobalFunctions()
1799 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions()
1803 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
1822 target_sp->GetImages().FindTypes(/*search_first=*/nullptr, query, results); in FindFirstType()
1864 ModuleList &images = target_sp->GetImages(); in FindTypes()
1904 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1937 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1941 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
1945 target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1951 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
2276 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()