Lines Matching refs:GetImages
409 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesInFunctions()
497 if (!GetSymbolContextsForAddress(target->GetImages(), m_options.address, in DumpLinesForAddress()
520 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesForFile()
598 if (target->GetImages().FindModules(module_spec, m_module_list) == 0) in DoExecute()
608 } else if (target->GetImages().GetSize() == 0) { in DoExecute()
924 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
931 num_matches = target->GetImages().FindFunctions( in FindMatchingFunctions()
949 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
955 num_matches = target->GetImages().FindFunctionSymbols( in FindMatchingFunctionSymbols()
1050 const ModuleList &module_list = target->GetImages(); in DoExecute()
1206 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
1215 num_matches = target->GetImages().ResolveSymbolContextForFilePath( in DoExecute()