Searched refs:GetModuleInfo (Results 1 – 6 of 6) sorted by relevance
148 ModuleSpec GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple);
1111 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo()1179 ModuleSpec matched_module_spec = GetModuleInfo(file, triple); in Handle_jModulesInfo()1320 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() function in GDBRemoteCommunicationServerCommon
448 bool GetModuleInfo(const FileSpec &module_file_spec,
3831 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo() function in GDBRemoteCommunicationClient
4124 if (!m_gdb_comm.GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec()
109 !m_gdb_client_up->GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec()