Home
last modified time | relevance | path

Searched defs:bytes_left (Results 1 – 16 of 16) sorted by relevance

/llvm-project/compiler-rt/test/dfsan/
H A Dwrite_callback.c38 int bytes_left = strlen(string); in write_string_to_stdout() local
/llvm-project/lldb/source/Host/common/
H A DFile.cpp524 size_t bytes_left = num_bytes; in Read() local
588 size_t bytes_left = num_bytes; in Write() local
652 size_t bytes_left = num_bytes; Read() local
712 size_t bytes_left = num_bytes; Write() local
[all...]
H A DNativeProcessProtocol.cpp683 size_t bytes_left = max_size; ReadCStringFromMemory() local
/llvm-project/lldb/source/Target/
H A DMemory.cpp220 size_t bytes_left = dst_len; Read() local
298 lldb::addr_t bytes_left = range_size - block_size; ReserveBlock() local
[all...]
H A DTarget.cpp1989 size_t bytes_left = dst_max_len - 1; ReadCStringFromMemory() local
2050 size_t bytes_left = max_bytes - type_width; ReadStringFromMemory() local
H A DProcess.cpp2166 size_t bytes_left = dst_max_len - 1; ReadCStringFromMemory() local
/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp521 str.assign(m_packet, m_index, bytes_left); in GetEscapedBinaryData() local
H A DDataExtractor.cpp292 const size_t bytes_left = data_size - data_offset; in SetData() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp979 const uint32_t bytes_left = packet.GetBytesLeft(); in Handle_QEnvironment() local
991 const uint32_t bytes_left in Handle_QEnvironmentHexEncoded() local
481 uint32_t bytes_left = response_size; Handle_qSpeedTest() local
1005 const uint32_t bytes_left = packet.GetBytesLeft(); Handle_QLaunchArch() local
[all...]
H A DGDBRemoteCommunicationClient.cpp2438 uint32_t bytes_left = send_size; MakeSpeedTestPacket() local
2598 uint32_t bytes_left = send_size; SendSpeedTestPacket() local
[all...]
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp245 const addr_t bytes_left = core_memory_entry->GetRangeEnd() - addr; in LoadBinaryViaLowmemUUID() local
687 const addr_t bytes_left = core_memory_entry->GetRangeEnd() - curr_addr; DoReadMemory() local
/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp60 lldb::offset_t bytes_left = byte_size; in GetAPInt() local
[all...]
H A DIOHandlerCursesGUI.cpp410 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated() local
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp525 size_t bytes_left = *byte_size; LoadValueFromConsecutiveGPRRegisters() local
H A DABIMacOSX_arm64.cpp550 size_t bytes_left = *byte_size; LoadValueFromConsecutiveGPRRegisters() local
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp397 lldb::addr_t bytes_left = DoReadMemory() local