Lines Matching refs:GetImages

666       target_sp->GetImages().ResolveSymbolContextForAddress(addr.ref(), scope,  in ResolveSymbolContextForAddress()
1581 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1594 num = target_sp->GetImages().GetSize(); in GetNumModules()
1620 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
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()
1748 target_sp->GetImages().FindFunctions(ConstString(name), mask, symbols_ok, in FindFunctions()
1764 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), true, in FindGlobalFunctions()
1769 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
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()
1910 const uint32_t match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1943 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1947 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1952 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
2217 target_sp->GetImages().FindSymbolsWithNameAndType( in FindSymbols()