Home
last modified time | relevance | path

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

/external/compiler-rt/test/profile/
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()
/external/compiler-rt/lib/profile/
DInstrProfiling.h50 int __llvm_profile_write_buffer(char *Buffer);
DInstrProfilingBuffer.c58 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { in __llvm_profile_write_buffer() function