Home
last modified time | relevance | path

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

/freebsd/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