Lines Matching refs:COMPILER_RT_VISIBILITY
27 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY;
28 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY;
29 extern uint64_t PROF_CNTS_START COMPILER_RT_VISIBILITY;
30 extern uint64_t PROF_CNTS_STOP COMPILER_RT_VISIBILITY;
31 extern char PROF_NAME_START COMPILER_RT_VISIBILITY;
32 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY;
33 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY;
34 extern ValueProfNode PROF_VNODES_STOP COMPILER_RT_VISIBILITY;
44 COMPILER_RT_VISIBILITY const __llvm_profile_data *
48 COMPILER_RT_VISIBILITY const __llvm_profile_data *
52 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { in __llvm_profile_begin_names()
55 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { in __llvm_profile_end_names()
58 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { in __llvm_profile_begin_counters()
61 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters()
65 COMPILER_RT_VISIBILITY ValueProfNode *
69 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { in __llvm_profile_end_vnodes()
72 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START;
73 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP;