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

  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-write-file-only.c 8 int __llvm_profile_write_file(void);
22 __llvm_profile_write_file();
instrprof-write-file.c 8 int __llvm_profile_write_file(void);
18 __llvm_profile_write_file();
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfiling.h 96 int __llvm_profile_write_file(void);
102 * \a __llvm_profile_write_file().
114 * \a __llvm_profile_write_file().
InstrProfilingFile.c 203 int __llvm_profile_write_file(void) { function in typeref:typename:COMPILER_RT_VISIBILITY int
230 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); }

Completed in 40 milliseconds