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

  /external/compiler-rt/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();
  /external/compiler-rt/lib/profile/
InstrProfiling.h 95 int __llvm_profile_write_file(void);
101 * \a __llvm_profile_write_file().
113 * \a __llvm_profile_write_file().
InstrProfilingFile.c 192 int __llvm_profile_write_file(void) { function
210 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); }

Completed in 138 milliseconds