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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h139 int __llvm_profile_write_file(void);
143 * \brief this is a wrapper interface to \c __llvm_profile_write_file.
170 * \a __llvm_profile_write_file().
191 * \a __llvm_profile_write_file(). The profile file name set by environment
195 * \c File will not be closed after a call to \a __llvm_profile_write_file() but
H A DInstrProfilingFile.c972 at the moment when __llvm_profile_write_file() gets executed. */
1012 int __llvm_profile_write_file(void) { function
1064 int rc = __llvm_profile_write_file();
1125 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); }

Completed in 592 milliseconds