Home
last modified time | relevance | path

Searched refs:GetModulesInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h453 GetModulesInfo(llvm::ArrayRef<FileSpec> module_file_specs,
H A DGDBRemoteCommunicationClient.cpp3861 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3999 auto module_specs = m_gdb_comm.GetModulesInfo(module_file_specs, triple); in PrefetchModuleSpecs()