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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h16 #define COMPILER_RT_ALIGNAS(x) __declspec(align(x)) macro
37 #define COMPILER_RT_ALIGNAS(x) __attribute__((aligned(x))) macro

Completed in 149 milliseconds