Home
last modified time | relevance | path

Searched refs:__llvm_gcov_init_func_struct (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h58 __llvm_gcov_init_func_struct {
61 } __llvm_gcov_init_func_struct; typedef
345 const __llvm_gcov_init_func_struct *__llvm_profile_begin_covinit();
346 const __llvm_gcov_init_func_struct *__llvm_profile_end_covinit();
H A DInstrProfilingPlatformLinux.c59 extern __llvm_gcov_init_func_struct PROF_COVINIT_START COMPILER_RT_VISIBILITY
61 extern __llvm_gcov_init_func_struct PROF_COVINIT_STOP COMPILER_RT_VISIBILITY
114 COMPILER_RT_VISIBILITY const __llvm_gcov_init_func_struct *
119 COMPILER_RT_VISIBILITY const __llvm_gcov_init_func_struct *
H A DGCDAProfiling.c630 const __llvm_gcov_init_func_struct *InitFuncStart = in __llvm_profile_gcov_initialize()
632 const __llvm_gcov_init_func_struct *InitFuncEnd = in __llvm_profile_gcov_initialize()
635 for (const __llvm_gcov_init_func_struct *Ptr = InitFuncStart; in __llvm_profile_gcov_initialize()