Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPort.h14 #define COMPILER_RT_ALIGNAS(x) __declspec(align(x)) macro
18 #define COMPILER_RT_ALIGNAS(x) __attribute__((aligned(x))) macro
22 #define COMPILER_RT_ALIGNAS(x) macro
H A DInstrProfiling.h22 typedef struct COMPILER_RT_ALIGNAS(INSTR_PROF_DATA_ALIGNMENT)