Home
last modified time | relevance | path

Searched refs:WriteAll (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp112 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 Dxray_utils.cpp49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll() function in __xray::LogWriter
80 // Nothing to do here since WriteAll writes directly into the VMO. in Flush()
140 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT {
H A Dxray_utils.h39 void WriteAll(const char *Begin, const char *End);
H A Dxray_fdr_logging.cpp346 LW->WriteAll(reinterpret_cast<char *>(&Header), in fdrLoggingFlush()
370 LW->WriteAll(reinterpret_cast<char *>(&ExtentsRecord), in fdrLoggingFlush()
373 LW->WriteAll(reinterpret_cast<char *>(B.Data), in fdrLoggingFlush()
H A Dxray_profiling.cpp249 LW->WriteAll(reinterpret_cast<const char *>(B.Data), in profilingFlush()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h144 size_t WriteAll(const void *src, size_t src_len,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp117 size_t Communication::WriteAll(const void *src, size_t src_len, in WriteAll() function in Communication
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp96 const size_t bytes_written = WriteAll(&ch, 1, status, nullptr); in SendAck()
106 const size_t bytes_written = WriteAll(&ch, 1, status, nullptr); in SendNack()
155 size_t bytes_written = WriteAll(packet_data, packet_length, status, nullptr); in SendRawPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp2441 m_stdio_communication.WriteAll(tmp, read, status, &error); in Handle_I()
H A DProcessGDBRemote.cpp2957 m_stdio_communication.WriteAll(src, src_len, status, nullptr); in PutSTDIN()