Home
last modified time | relevance | path

Searched refs:WriteToFile (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/stats/
H A Dstats.cc41 WriteToFile(fd, chars, sizeof(uptr)); in WriteLE()
56 WriteToFile(stats_fd, &sizeof_uptr, 1); in OpenStatsFile()
68 WriteToFile(stats_fd, mod->full_name(), in WriteModuleReport()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cc27 WriteToFile(kStderrFd, buffer, length); in CatastrophicErrorWrite()
65 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary()
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
H A Dsanitizer_coverage_libcdep_new.cc52 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage()
53 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
H A Dsanitizer_file.h66 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
H A Dsanitizer_rtems.cc221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_win.cc706 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
819 if (!WriteToFile(fd, buffer, length)) { in Write()
H A Dsanitizer_posix.cc189 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_symbolizer_libcdep.cc484 bool success = WriteToFile(output_fd_, buffer, length, &write_len); in WriteToSymbolizer()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddfsan.cc356 WriteToFile(fd, buf, internal_strlen(buf)); in dfsan_dump_labels()
358 WriteToFile(fd, __dfsan_label_info[l].desc, in dfsan_dump_labels()
361 WriteToFile(fd, "\n", 1); in dfsan_dump_labels()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h28 void WriteToFile(const Unit &U, const std::string &Path);
H A DFuzzerDriver.cpp344 WriteToFile(U, TmpFilePath); in CleanseCrashInput()
352 WriteToFile(U, OutputFilePath); in CleanseCrashInput()
423 WriteToFile(U, CurrentFilePath); in MinimizeCrashInput()
436 WriteToFile(U, CurrentFilePath); in MinimizeCrashInput()
H A DFuzzerIO.cpp63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
H A DFuzzerLoop.cpp552 WriteToFile(U, Path); in WriteToOutputCorpus()
563 WriteToFile(U, Path); in WriteUnitToFileWithPrefix()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc145 WriteToFile(fd, buf.data(), internal_strlen(buf.data())); in MemoryProfiler()