| /llvm-project-15.0.7/clang/unittests/libclang/ |
| H A D | LibclangTest.cpp | 359 WriteFile(Header, in TEST_F() 363 WriteFile(Main, in TEST_F() 483 WriteFile(CppName, CppFile); in TEST_F() 513 WriteFile(MName, MFile); in TEST_F() 547 WriteFile(Name, "\n"); in TEST_F() 553 WriteFile(Clang, ""); in TEST_F() 598 WriteFile(Header, in TEST_F() 602 WriteFile(Main, in TEST_F() 734 WriteFile(ASTName, ""); in TEST_F() 789 WriteFile(Main, "int a;"); in TEST_F() [all …]
|
| H A D | TestUtils.h | 50 void WriteFile(std::string &Filename, const std::string &Contents) { in WriteFile() function
|
| /llvm-project-15.0.7/clang/unittests/libclang/CrashTests/ |
| H A D | LibclangCrashTest.cpp | 19 WriteFile(Main, "#pragma clang __debug llvm_fatal_error"); in TEST_F() 32 WriteFile(Main, "#pragma clang __debug llvm_fatal_error"); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Main.cpp | 137 bool WriteFile = true; in TableGenMain() local 145 WriteFile = false; in TableGenMain() 147 if (WriteFile) { in TableGenMain()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_io.cpp | 169 WriteFile(stream, __kmp_console_buf.str, __kmp_console_buf.used, &count, in __kmp_vprintf() 192 WriteFile(stream, __kmp_console_buf.str, __kmp_console_buf.used, &count, in __kmp_vprintf()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | tls_init.cpp | 31 WriteFile(out, &str[0], sizeof(str), &written, NULL); in my_thread_callback()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 235 uint64_t RemoteAwarePlatform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in RemoteAwarePlatform 239 return m_remote_platform_sp->WriteFile(fd, offset, src, src_len, error); in WriteFile() 240 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
|
| H A D | Platform.cpp | 708 uint64_t Platform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in Platform 711 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile() 1218 WriteFile(dest_file, offset, buffer_sp->GetBytes(), bytes_read, error); in PutFile()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in FileCache
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 37 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
| H A D | Platform.h | 505 virtual uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 118 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
|
| H A D | PlatformRemoteGDBServer.cpp | 621 uint64_t PlatformRemoteGDBServer::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in PlatformRemoteGDBServer 625 return m_gdb_client_up->WriteFile(fd, offset, src, src_len, error); in WriteFile()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 277 result = ::WriteFile(m_file, src, src_len, NULL, &m_overlapped); in Write()
|
| H A D | PipeWindows.cpp | 326 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | mod-file.cpp | 63 static std::error_code WriteFile( 140 WriteFile(path, GetAsString(symbol), context_.debugModuleWriter())}) { in Write() 841 static std::error_code WriteFile( in WriteFile() function
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MemoryBufferTest.cpp | 184 ASSERT_TRUE(::WriteFile(pipes[1], "foo", 3, &Written, nullptr)) in TEST_F()
|
| /llvm-project-15.0.7/llvm/unittests/TextAPI/ |
| H A D | TextStubV1Tests.cpp | 148 TEST(TBDv1, WriteFile) { in TEST() argument
|
| H A D | TextStubV2Tests.cpp | 167 TEST(TBDv2, WriteFile) { in TEST() argument
|
| H A D | TextStubV3Tests.cpp | 243 TEST(TBDv3, WriteFile) { in TEST() argument
|
| H A D | TextStubV4Tests.cpp | 330 TEST(TBDv4, WriteFile) { in TEST() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 379 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 243 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 810 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()
|