Lines Matching refs:COMPILER_RT_VISIBILITY

38 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY
40 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY
42 extern char PROF_CNTS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
43 extern char PROF_CNTS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
44 extern char PROF_BITS_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
45 extern char PROF_BITS_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
46 extern uint32_t PROF_ORDERFILE_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
47 extern char PROF_NAME_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
48 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
49 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
50 extern ValueProfNode PROF_VNODES_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
52 COMPILER_RT_VISIBILITY const __llvm_profile_data *
56 COMPILER_RT_VISIBILITY const __llvm_profile_data *
60 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) {
63 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) {
66 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_counters(void) {
69 COMPILER_RT_VISIBILITY char *__llvm_profile_end_counters(void) {
72 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_bitmap(void) {
75 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) {
78 COMPILER_RT_VISIBILITY uint32_t *__llvm_profile_begin_orderfile(void) {
82 COMPILER_RT_VISIBILITY ValueProfNode *
86 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) {
89 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START;
90 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP;
158 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) {
210 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) {