Searched refs:WriteAll (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_basic_logging.cpp | 112 LW->WriteAll(reinterpret_cast<char *>(&Header), in getLog() 247 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLog() 270 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLogWithArg() 293 LW->WriteAll(reinterpret_cast<char *>(FirstEntry), in InMemoryRawLogWithArg() 360 TLD.LogWriter->WriteAll(reinterpret_cast<char *>(TLD.InMemoryBuffer), in TLDDestructor()
|
| H A D | xray_utils.cpp | 49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll() function in __xray::LogWriter 140 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT {
|
| H A D | xray_utils.h | 39 void WriteAll(const char *Begin, const char *End);
|
| H A D | xray_fdr_logging.cpp | 349 LW->WriteAll(reinterpret_cast<char *>(&Header), in fdrLoggingFlush() 373 LW->WriteAll(reinterpret_cast<char *>(&ExtentsRecord), in fdrLoggingFlush() 376 LW->WriteAll(reinterpret_cast<char *>(B.Data), in fdrLoggingFlush()
|
| H A D | xray_profiling.cpp | 252 LW->WriteAll(reinterpret_cast<const char *>(B.Data), in profilingFlush()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Communication.h | 144 size_t WriteAll(const void *src, size_t src_len,
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Communication.cpp | 117 size_t Communication::WriteAll(const void *src, size_t src_len, in WriteAll() function in Communication
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 97 const size_t bytes_written = WriteAll(&ch, 1, status, nullptr); in SendAck() 107 const size_t bytes_written = WriteAll(&ch, 1, status, nullptr); in SendNack() 156 size_t bytes_written = WriteAll(packet_data, packet_length, status, nullptr); in SendRawPacketNoLock()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2442 m_stdio_communication.WriteAll(tmp, read, status, &error); in Handle_I()
|
| H A D | ProcessGDBRemote.cpp | 2873 m_stdio_communication.WriteAll(src, src_len, status, nullptr); in PutSTDIN()
|