Home
last modified time | relevance | path

Searched refs:COMPILER_RT_SECTION (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformLinux.c34 __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);
DInstrProfilingPort.h23 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro