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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h23 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l) macro
29 #define COMPILER_RT_FTRUNCATE(f, l) _chsize(fileno(f), l) macro
33 #define COMPILER_RT_FTRUNCATE(f, l) ftruncate(fileno(f), l) macro
H A DInstrProfilingFile.c441 (void)COMPILER_RT_FTRUNCATE(ProfileFile,
485 if (rc || (!*MergeDone && COMPILER_RT_FTRUNCATE(ProfileFile, 0L)) ||

Completed in 76 milliseconds