Searched defs:WriteAll (Results 1 – 4 of 4) sorted by relevance
/llvm-project/compiler-rt/lib/xray/ | ||
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 |
/llvm-project/lldb/unittests/Core/ | ||
H A D | CommunicationTest.cpp | 138 TEST_F(CommunicationTest, WriteAll) { in TEST_F() argument |
/llvm-project/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 |
/llvm-project/flang/lib/Semantics/ | ||
H A D | mod-file.cpp | 102 bool ModFileWriter::WriteAll() { in WriteAll() function in Fortran::semantics::ModFileWriter |