Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h40 struct QOffsets { struct
49 inline bool operator==(const QOffsets &a, const QOffsets &b) { argument
52 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, const QOffsets &offsets);
446 std::optional<QOffsets> GetQOffsets();
H A DGDBRemoteCommunicationClient.cpp53 const QOffsets &offsets) { in operator <<()
3791 std::optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets()
3799 QOffsets result; in GetQOffsets()
H A DProcessGDBRemote.cpp1049 std::optional<QOffsets> offsets = m_gdb_comm.GetQOffsets(); in MaybeLoadExecutableModule()