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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp33 fd_t stats_fd; member in namespace:__anon1041
48 stats_fd = OpenFile(path.data(), WrOnly, &err);
49 if (stats_fd == kInvalidFd) {
55 WriteToFile(stats_fd, &sizeof_uptr, 1);
61 if (!path_env || stats_fd == kInvalidFd)
63 if (!stats_fd)
67 WriteToFile(stats_fd, mod->full_name(),
74 WriteLE(stats_fd, s->addr - mod->base_address());
75 WriteLE(stats_fd, s->data);
78 WriteLE(stats_fd,
[all...]

Completed in 106 milliseconds