Searched refs:QOffsets (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 38 struct QOffsets { struct 47 inline bool operator==(const QOffsets &a, const QOffsets &b) { argument 50 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, const QOffsets &offsets); 450 llvm::Optional<QOffsets> GetQOffsets();
|
| H A D | GDBRemoteCommunicationClient.cpp | 50 const QOffsets &offsets) { in operator <<() 3715 llvm::Optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets() 3723 QOffsets result; in GetQOffsets()
|
| H A D | ProcessGDBRemote.cpp | 1087 llvm::Optional<QOffsets> offsets = m_gdb_comm.GetQOffsets(); in MaybeLoadExecutableModule()
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClientTest.cpp | 447 std::future<Optional<QOffsets>> result = std::async( in TEST_F() 453 EXPECT_EQ((QOffsets{false, {0x1234, 0x1234}}), in TEST_F() 455 EXPECT_EQ((QOffsets{false, {0x1234, 0x1234, 0x1234}}), in TEST_F() 457 EXPECT_EQ((QOffsets{true, {0x1234}}), GetQOffsets("TextSeg=1234")); in TEST_F() 458 EXPECT_EQ((QOffsets{true, {0x1234, 0x2345}}), in TEST_F()
|