Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h161 int __llvm_profile_write_file(void);
H A DInstrProfilingFile.c1089 int __llvm_profile_write_file(void) { in __llvm_profile_write_file() function
1146 int rc = __llvm_profile_write_file(); in __llvm_profile_dump()
1210 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); } in writeFileWithoutReturn()