| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | CommunicationTest.cpp | 47 TEST(CommunicationTest, WriteAll) { in TEST() argument 80 EXPECT_EQ(write_comm.WriteAll(data.data(), data.size(), conn_status, &error), in TEST()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | mod-file.h | 37 bool WriteAll(); 55 void WriteAll(const Scope &);
|
| H A D | mod-file.cpp | 101 bool ModFileWriter::WriteAll() { in WriteAll() function in Fortran::semantics::ModFileWriter 105 WriteAll(context_.globalScope()); in WriteAll() 109 void ModFileWriter::WriteAll(const Scope &scope) { in WriteAll() function in Fortran::semantics::ModFileWriter 121 WriteAll(scope); // write out submodules in WriteOne()
|
| H A D | semantics.cpp | 495 ModFileWriter{context_}.WriteAll(); in Perform()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Communication.h | 225 size_t WriteAll(const void *src, size_t src_len,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 99 const size_t bytes_written = WriteAll(&ch, 1, status, nullptr); in SendAck() 109 const size_t bytes_written = WriteAll(&ch, 1, status, nullptr); in SendNack() 158 size_t bytes_written = WriteAll(packet_data, packet_length, status, nullptr); in SendRawPacketNoLock()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Communication.cpp | 190 size_t Communication::WriteAll(const void *src, size_t src_len, in WriteAll() function in Communication
|