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.h170 int __llvm_profile_write_file(void);
H A DInstrProfilingFile.c1093 int __llvm_profile_write_file(void) { in __llvm_profile_write_file() function
1150 int rc = __llvm_profile_write_file(); in __llvm_profile_dump()
1214 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); } in writeFileWithoutReturn()