Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPort.h14 #define COMPILER_RT_ALIGNAS(x) __declspec(align(x)) macro
23 #define COMPILER_RT_ALIGNAS(x) __attribute__((aligned(x))) macro