Lines Matching refs:COMPILER_RT_VISIBILITY
25 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY;
26 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY;
27 extern uint64_t PROF_CNTS_START COMPILER_RT_VISIBILITY;
28 extern uint64_t PROF_CNTS_STOP COMPILER_RT_VISIBILITY;
29 extern char PROF_NAME_START COMPILER_RT_VISIBILITY;
30 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY;
39 COMPILER_RT_VISIBILITY const __llvm_profile_data *
43 COMPILER_RT_VISIBILITY const __llvm_profile_data *
47 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { in __llvm_profile_begin_names()
50 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { in __llvm_profile_end_names()
53 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { in __llvm_profile_begin_counters()
56 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters()