Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPort.h37 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) macro
39 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPort.h49 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) macro
51 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro