Searched refs:WriteToFile (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp63 void WriteToFile(const Unit &U, const std::string &Path) { function in namespace:fuzzer
64 WriteToFile(U.data(), U.size(), Path);
67 void WriteToFile(const std::string &Data, const std::string &Path) { function in namespace:fuzzer
68 WriteToFile(reinterpret_cast<const uint8_t *>(Data.c_str()), Data.size(),
72 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path) { function in namespace:fuzzer
H A DFuzzerIO.h27 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path);
29 void WriteToFile(const std::string &Data, const std::string &Path);
30 void WriteToFile(const Unit &U, const std::string &Path);
H A DFuzzerFork.cpp150 WriteToFile(Seeds, Job->SeedListPath);
219 WriteToFile(U, NewPath);
328 WriteToFile(Unit({1}), Env.StopFile());
H A DFuzzerDriver.cpp355 WriteToFile(U, TmpFilePath);
363 WriteToFile(U, OutputFilePath);
433 WriteToFile(U, CurrentFilePath);
446 WriteToFile(U, CurrentFilePath);
H A DFuzzerLoop.cpp452 WriteToFile(reinterpret_cast<const uint8_t *>(FeatureSet.data()),
575 WriteToFile(U, Path);
587 WriteToFile(U, Path);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp40 WriteToFile(fd, chars, sizeof(uptr));
55 WriteToFile(stats_fd, &sizeof_uptr, 1);
67 WriteToFile(stats_fd, mod->full_name(),
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h65 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
H A Dsanitizer_file.cpp26 WriteToFile(kStderrFd, buffer, length);
64 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix));
65 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
H A Dsanitizer_coverage_libcdep_new.cpp51 WriteToFile(fd, &Magic, sizeof(Magic));
52 WriteToFile(fd, pcs, len * sizeof(*pcs));
H A Dsanitizer_rtems.cpp220 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, function in namespace:__sanitizer
H A Dsanitizer_posix.cpp182 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, function in namespace:__sanitizer
H A Dsanitizer_symbolizer_libcdep.cpp547 bool success = WriteToFile(output_fd_, buffer, length, &write_len);
H A Dsanitizer_win.cpp729 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, function in namespace:__sanitizer
843 if (!WriteToFile(fd, buffer, length)) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp357 WriteToFile(fd, buf, internal_strlen(buf));
359 WriteToFile(fd, __dfsan_label_info[l].desc,
362 WriteToFile(fd, "\n", 1);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp144 WriteToFile(fd, buf.data(), internal_strlen(buf.data()));

Completed in 205 milliseconds