HomeSort by: relevance | last modified time | path
    Searched refs:__llvm_profile_write_buffer (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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))
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfiling.h 50 int __llvm_profile_write_buffer(char *Buffer);
InstrProfilingBuffer.c 33 /* Match logic in __llvm_profile_write_buffer(). */
41 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) { function in typeref:typename:COMPILER_RT_VISIBILITY int

Completed in 35 milliseconds