Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ | |
PGOProfiling.c | 76 static int atexit_ran = 0; local in function:llvm_pgo_init 81 if (atexit_ran == 0) { 82 atexit_ran = 1; |
GCDAProfiling.c | 570 static int atexit_ran = 0; local in function:llvm_gcov_init 578 if (atexit_ran == 0) { 579 atexit_ran = 1; |