Home
last modified time | relevance | path

Searched refs:__llvm_profile_write_buffer (Results 1 – 12 of 12) 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/llvm-project/compiler-rt/test/profile/
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()
Dinstrprof-without-libc.c21 int __llvm_profile_write_buffer(char *);
37 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/llvm-project/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.c8 int __llvm_profile_write_buffer(char *);
33 if (__llvm_profile_write_buffer(Buffer)) in main()
/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c48 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer() function
DInstrProfiling.h58 int __llvm_profile_write_buffer(char *Buffer);
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfiling.h83 int __llvm_profile_write_buffer(char *Buffer);
DInstrProfilingBuffer.c124 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer() function