reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/StringExtractor.h
   90   size_t GetHexBytesAvail(llvm::MutableArrayRef<uint8_t> dest);

References

tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  283       uint32_t ret_val = opcode_extractor.GetHexBytesAvail(dwarf_opcode_bytes);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3515       size_t filled_size = response.GetHexBytesAvail(buffer);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2059   size_t reg_size = packet.GetHexBytesAvail(reg_bytes);
 2212     size_t read = packet.GetHexBytesAvail(tmp);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  591                 opcode_extractor.GetHexBytesAvail(dwarf_opcode_bytes);
 4429                 opcode_extractor.GetHexBytesAvail(dwarf_opcode_bytes);
tools/lldb/unittests/Utility/StringExtractorTest.cpp
  360   ASSERT_EQ(kValidHexPairs, ex.GetHexBytesAvail(dst));
  383   ASSERT_EQ(kValidHexPairs, ex.GetHexBytesAvail(dst));
  400   ASSERT_EQ(kValidHexPairs, ex.GetHexBytesAvail(dst));
  416   ASSERT_EQ(kValidHexPairs, ex.GetHexBytesAvail(dst));
  433   ASSERT_EQ(kValidHexPairs, ex.GetHexBytesAvail(dst));
  462   ASSERT_EQ(kReadBytes, ex.GetHexBytesAvail(