HomeSort by: relevance | last modified time | path
    Searched refs:COMPILER_RT_ALIGNAS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPort.h 14 #define COMPILER_RT_ALIGNAS(x) __declspec(align(x))
18 #define COMPILER_RT_ALIGNAS(x) __attribute__((aligned(x)))
22 #define COMPILER_RT_ALIGNAS(x)
InstrProfiling.h 22 typedef struct COMPILER_RT_ALIGNAS(INSTR_PROF_DATA_ALIGNMENT)

Completed in 14 milliseconds