Searched refs:COMPILER_RT_SECTION (Results 1 – 2 of 2) sorted by relevance
34 __prof_data_sect_data[0] COMPILER_RT_SECTION(INSTR_PROF_DATA_SECT_NAME_STR);36 __prof_cnts_sect_data[0] COMPILER_RT_SECTION(INSTR_PROF_CNTS_SECT_NAME_STR);37 char __prof_nms_sect_data[0] COMPILER_RT_SECTION(INSTR_PROF_NAME_SECT_NAME_STR);
23 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro