Home
last modified time | relevance | path

Searched refs:WriteFile (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp359 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 DTestUtils.h50 void WriteFile(std::string &Filename, const std::string &Contents) { in WriteFile() function
/llvm-project-15.0.7/clang/unittests/libclang/CrashTests/
H A DLibclangCrashTest.cpp19 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 DMain.cpp137 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 Dkmp_io.cpp169 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 Dtls_init.cpp31 WriteFile(out, &str[0], sizeof(str), &written, NULL); in my_thread_callback()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileCache.h35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp235 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 DPlatform.cpp708 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 DFileCache.cpp63 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 DRemoteAwarePlatform.h37 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
H A DPlatform.h505 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 DPlatformRemoteGDBServer.h118 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
H A DPlatformRemoteGDBServer.cpp621 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 DConnectionGenericFileWindows.cpp277 result = ::WriteFile(m_file, src, src_len, NULL, &m_overlapped); in Write()
H A DPipeWindows.cpp326 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp63 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 DMemoryBufferTest.cpp184 ASSERT_TRUE(::WriteFile(pipes[1], "foo", 3, &Written, nullptr)) in TEST_F()
/llvm-project-15.0.7/llvm/unittests/TextAPI/
H A DTextStubV1Tests.cpp148 TEST(TBDv1, WriteFile) { in TEST() argument
H A DTextStubV2Tests.cpp167 TEST(TBDv2, WriteFile) { in TEST() argument
H A DTextStubV3Tests.cpp243 TEST(TBDv3, WriteFile) { in TEST() argument
H A DTextStubV4Tests.cpp330 TEST(TBDv4, WriteFile) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h379 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 DPlatformPOSIX.cpp243 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp810 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()

12