Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-merge.c15 int __llvm_profile_write_buffer(char *);
55 if (__llvm_profile_write_buffer(Buffer)) in main()
68 if (__llvm_profile_write_buffer(Buffer)) in main()
H A Dinstrprof-merge-entry-cover.c15 int __llvm_profile_write_buffer(char *);
56 if (__llvm_profile_write_buffer(Buffer)) in main()
69 if (__llvm_profile_write_buffer(Buffer)) in main()
H A Dinstrprof-without-libc.c25 int __llvm_profile_write_buffer(char *);
41 int Write = __llvm_profile_write_buffer(Buffer); in main()
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-merge-match-lib.c7 int __llvm_profile_write_buffer(char *);
30 if (__llvm_profile_write_buffer(Buffer)) in libEntry()
H A Dinstrprof-merge-match.c8 int __llvm_profile_write_buffer(char *);
33 if (__llvm_profile_write_buffer(Buffer)) in main()
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h111 int __llvm_profile_write_buffer(char *Buffer);
H A DInstrProfilingBuffer.c237 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer() function
/llvm-project/clang/docs/
H A DSourceBasedCodeCoverage.rst401 * Forward-declare ``int __llvm_profile_write_buffer(char *Buffer)`` and call it