Home
last modified time | relevance | path

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

/external/compiler-rt/test/profile/
Dinstrprof-merge.c11 int __llvm_profile_write_buffer(char *);
51 if (__llvm_profile_write_buffer(Buffer)) in main()
64 if (__llvm_profile_write_buffer(Buffer)) in main()
Dinstrprof-without-libc.c17 int __llvm_profile_write_buffer(char *);
33 int Write = __llvm_profile_write_buffer(Buffer); in main()
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-merge-match-lib.c7 int __llvm_profile_write_buffer(char *);
30 if (__llvm_profile_write_buffer(Buffer)) in libEntry()
Dinstrprof-merge-match.c7 int __llvm_profile_write_buffer(char *);
32 if (__llvm_profile_write_buffer(Buffer)) in main()
/external/compiler-rt/lib/profile/
DInstrProfiling.h58 int __llvm_profile_write_buffer(char *Buffer);
DInstrProfilingBuffer.c48 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer() function