Home
last modified time | relevance | path

Searched refs:__llvm_profile_write_file (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/test/profile/Linux/
Dinstrprof-merge-vp.c15 int __llvm_profile_write_file();
65 if (__llvm_profile_write_file()) in main()
91 if (__llvm_profile_write_file()) in main()
/external/compiler-rt/test/profile/
Dinstrprof-write-file-only.c8 int __llvm_profile_write_file(void);
22 __llvm_profile_write_file(); in main()
Dinstrprof-write-file.c8 int __llvm_profile_write_file(void);
18 __llvm_profile_write_file(); in main()
/external/compiler-rt/lib/profile/
DInstrProfiling.h119 int __llvm_profile_write_file(void);
DInstrProfilingFile.c465 int __llvm_profile_write_file(void) { in __llvm_profile_write_file() function
496 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); } in writeFileWithoutReturn()
/external/clang/docs/
DSourceBasedCodeCoverage.rst214 to ``__llvm_profile_write_file``.
216 * Forward-declare ``int __llvm_profile_write_file(void)`` and call it to write