Searched refs:GetModulesInfo (Results 1 – 4 of 4) sorted by relevance
168 TEST_F(GDBRemoteCommunicationClientTest, GetModulesInfo) { in TEST_F() argument183 [&] { return client.GetModulesInfo(file_specs, triple); }); in TEST_F()209 [&] { return client.GetModulesInfo(file_spec, triple); }); in TEST_F()256 [&] { return client.GetModulesInfo(file_spec, triple); }); in TEST_F()
458 GetModulesInfo(llvm::ArrayRef<FileSpec> module_file_specs,
3751 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo() function in GDBRemoteCommunicationClient
4240 auto module_specs = m_gdb_comm.GetModulesInfo(module_file_specs, triple); in PrefetchModuleSpecs()