Searched defs:COMPILER_RT_SECTION (Results 1 – 2 of 2) sorted by relevance
37 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) macro39 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro
49 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) macro51 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro