Home
last modified time | relevance | path

Searched refs:ALIGNED (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h222 # define ALIGNED(x) __declspec(align(x)) macro
236 # define ALIGNED(x) __attribute__((aligned(x))) macro
281 typedef ALIGNED(1) u16 uu16;
282 typedef ALIGNED(1) u32 uu32;
283 typedef ALIGNED(1) u64 uu64;
284 typedef ALIGNED(1) s16 us16;
285 typedef ALIGNED(1) s32 us32;
286 typedef ALIGNED(1) s64 us64;
H A Dsanitizer_atomic.h52 volatile ALIGNED(8) Type val_dont_use;
H A Dsanitizer_allocator.cpp28 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
H A Dsanitizer_allocator_primary32.h281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp16 static ALIGNED(alignof( in InitThreadList()
23 static ALIGNED(alignof( in InitThreadList()
H A Dhwasan_allocator.cpp47 static ALIGNED(16) u8 tail_magic[kShadowAlignment - 1];
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp21 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {};
23 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
H A Dasan_malloc_linux.cpp188 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
192 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
H A Dasan_suppressions.cpp23 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dasan_thread.cpp65 static ALIGNED(alignof( in InitThreads()
67 static ALIGNED(alignof( in InitThreads()
/freebsd-14.2/crypto/openssl/crypto/ec/curve448/
H A Dfield.h28 # define ALIGNED __attribute__((__aligned__(16))) macro
32 # define ALIGNED macro
37 } ALIGNED gf_s, gf[1];
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp38 static ALIGNED(alignof( in InitializeThreads()
43 static ALIGNED(alignof(ThreadArgRetval)) char in InitializeThreads()
H A Dlsan_common_linux.cpp31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.h21 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.h22 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Dmsan.cpp60 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable
63 ALIGNED(16) variable
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h33 # define VECTOR_ALIGNED ALIGNED(16)
H A Dtsan_suppressions.cpp45 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dtsan_mman.cpp55 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
H A Dtsan_platform_mac.cpp49 static char main_thread_state[sizeof(ThreadState)] ALIGNED(
H A Dtsan_rtl.h156 } ALIGNED(SANITIZER_CACHE_LINE_SIZE);
237 } ALIGNED(SANITIZER_CACHE_LINE_SIZE);
H A Dtsan_rtl.cpp50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(
53 static char ctx_placeholder[sizeof(Context)] ALIGNED(SANITIZER_CACHE_LINE_SIZE);
H A Dtsan_interface_ann.cpp79 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp40 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp405 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];

12