| /freebsd-12.1/contrib/compiler-rt/lib/stats/ |
| H A D | stats.cc | 41 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 D | sanitizer_file.cc | 27 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 D | sanitizer_coverage_libcdep_new.cc | 52 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage() 53 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
|
| H A D | sanitizer_file.h | 66 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
|
| H A D | sanitizer_rtems.cc | 221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
| H A D | sanitizer_win.cc | 706 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 D | sanitizer_posix.cc | 189 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
| H A D | sanitizer_symbolizer_libcdep.cc | 484 bool success = WriteToFile(output_fd_, buffer, length, &write_len); in WriteToSymbolizer()
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cc | 356 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 D | FuzzerIO.h | 28 void WriteToFile(const Unit &U, const std::string &Path);
|
| H A D | FuzzerDriver.cpp | 344 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 D | FuzzerIO.cpp | 63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
|
| H A D | FuzzerLoop.cpp | 552 WriteToFile(U, Path); in WriteToOutputCorpus() 563 WriteToFile(U, Path); in WriteUnitToFileWithPrefix()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cc | 145 WriteToFile(fd, buf.data(), internal_strlen(buf.data())); in MemoryProfiler()
|