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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h43 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) macro
45 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) macro

Completed in 60 milliseconds