Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/profile/
H A 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()
H A Dinstrprof-without-libc.c17 int __llvm_profile_write_buffer(char *);
33 int Write = __llvm_profile_write_buffer(Buffer); in main()
/aosp_15_r20/external/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.c7 int __llvm_profile_write_buffer(char *);
32 if (__llvm_profile_write_buffer(Buffer)) in main()
/aosp_15_r20/trusty/user/base/lib/line-coverage/
Dshm.c52 int __llvm_profile_write_buffer(char *Buffer);
65 __llvm_profile_write_buffer((char *)control + sizeof(struct control)); in dump_shm()
/aosp_15_r20/external/compiler-rt/lib/profile/
H A DInstrProfiling.h58 int __llvm_profile_write_buffer(char *Buffer);
H A DInstrProfilingBuffer.c48 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer() function