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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPort.h51 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) macro
53 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro

Completed in 116 milliseconds