HomeSort by relevance Sort by last modified time
    Searched refs:__llvm_profile_write_buffer (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/test/profile/Inputs/
instrprof-merge-match-lib.c 7 int __llvm_profile_write_buffer(char *);
30 if (__llvm_profile_write_buffer(Buffer))
instrprof-merge-match.c 7 int __llvm_profile_write_buffer(char *);
32 if (__llvm_profile_write_buffer(Buffer))
  /external/compiler-rt/test/profile/
instrprof-merge.c 11 int __llvm_profile_write_buffer(char *);
51 if (__llvm_profile_write_buffer(Buffer))
64 if (__llvm_profile_write_buffer(Buffer))
instrprof-without-libc.c 17 int __llvm_profile_write_buffer(char *);
33 int Write = __llvm_profile_write_buffer(Buffer);
  /external/compiler-rt/lib/profile/
InstrProfiling.h 58 int __llvm_profile_write_buffer(char *Buffer);
InstrProfilingBuffer.c 39 /* Match logic in __llvm_profile_write_buffer(). */
48 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { function

Completed in 89 milliseconds