Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A Dinstr_prof_interface.h74 int __llvm_profile_dump(void);
83 #define __llvm_profile_dump() (0)
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c1140 int __llvm_profile_dump(void) { in __llvm_profile_dump() function