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

  /external/compiler-rt/test/profile/
instrprof-without-libc.c 17 int __llvm_profile_write_buffer(char *);
31 int Write = __llvm_profile_write_buffer(Buffer);
32 if (__llvm_profile_write_buffer(Buffer))
  /external/compiler-rt/lib/profile/
InstrProfiling.h 50 int __llvm_profile_write_buffer(char *Buffer);
InstrProfilingBuffer.c 35 /* Match logic in __llvm_profile_write_buffer(). */
58 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { function

Completed in 223 milliseconds