Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dbranch-showBranchPercentage.c9 extern void __llvm_profile_write_file(void);
16 __llvm_profile_write_file(); in main()
55 __llvm_profile_write_file(); in main()
H A Dbranch-templates.cpp28 extern "C" { extern void __llvm_profile_write_file(void); }
36 __llvm_profile_write_file(); in main()
H A Dbranch-macros.cpp45 extern "C" { extern void __llvm_profile_write_file(void); }
50 __llvm_profile_write_file(); in main()
H A Dbranch-logical-mixed.cpp77 extern "C" { extern void __llvm_profile_write_file(void); }
81 __llvm_profile_write_file(); in main()
/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-visibility.c9 int __llvm_profile_write_file();
26 __llvm_profile_write_file(); in main()
56 __llvm_profile_write_file(); in main()
/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A 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()
/llvm-project-15.0.7/compiler-rt/test/profile/
H A Dinstrprof-write-file-only.c8 int __llvm_profile_write_file(void);
22 __llvm_profile_write_file(); in main()
H A Dinstrprof-write-file.c9 int __llvm_profile_write_file(void);
19 __llvm_profile_write_file(); in main()
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/Inputs/
H A Dbranch-c-general.c257 extern void __llvm_profile_write_file(); in main()
258 __llvm_profile_write_file(); in main()
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfiling.h148 int __llvm_profile_write_file(void);
H A DInstrProfilingFile.c1017 int __llvm_profile_write_file(void) { in __llvm_profile_write_file() function
1069 int rc = __llvm_profile_write_file(); in __llvm_profile_dump()
1130 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); } in writeFileWithoutReturn()
/llvm-project-15.0.7/clang/docs/
H A DSourceBasedCodeCoverage.rst340 to ``__llvm_profile_write_file``.
342 * Forward-declare ``int __llvm_profile_write_file(void)`` and call it to write