Home
last modified time | relevance | path

Searched defs:GetQOffsets (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp635 TEST_F(GDBRemoteCommunicationClientTest, GetQOffsets) { in TEST_F() argument
636 const auto &GetQOffsets = [&](llvm::StringRef response) { in TEST_F() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp3611 llvm::Optional<QOffsets> GDBRemoteCommunicationClient::GetQOffsets() { in GetQOffsets() function in GDBRemoteCommunicationClient