Home
last modified time | relevance | path

Searched refs:__llvm_profile_write_buffer (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-without-libc.c17 int __llvm_profile_write_buffer(char *);
31 int Write = __llvm_profile_write_buffer(Buffer); in main()
32 if (__llvm_profile_write_buffer(Buffer)) in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h50 int __llvm_profile_write_buffer(char *Buffer);
H A DInstrProfilingBuffer.c41 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer() function
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DSourceBasedCodeCoverage.rst366 * Forward-declare ``int __llvm_profile_write_buffer(char *Buffer)`` and call it