| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 222 # 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 D | sanitizer_atomic.h | 52 volatile ALIGNED(8) Type val_dont_use;
|
| H A D | sanitizer_allocator.cpp | 28 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
|
| H A D | sanitizer_allocator_primary32.h | 281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread_list.cpp | 16 static ALIGNED(alignof( in InitThreadList() 23 static ALIGNED(alignof( in InitThreadList()
|
| H A D | hwasan_allocator.cpp | 47 static ALIGNED(16) u8 tail_magic[kShadowAlignment - 1];
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_globals_win.cpp | 21 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {}; 23 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
|
| H A D | asan_malloc_linux.cpp | 188 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = { 192 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
|
| H A D | asan_suppressions.cpp | 23 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| H A D | asan_thread.cpp | 65 static ALIGNED(alignof( in InitThreads() 67 static ALIGNED(alignof( in InitThreads()
|
| /freebsd-14.2/crypto/openssl/crypto/ec/curve448/ |
| H A D | field.h | 28 # 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 D | lsan_thread.cpp | 38 static ALIGNED(alignof( in InitializeThreads() 43 static ALIGNED(alignof(ThreadArgRetval)) char in InitializeThreads()
|
| H A D | lsan_common_linux.cpp | 31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.h | 21 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_allocator.h | 22 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
|
| H A D | msan.cpp | 60 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 D | tsan_defs.h | 33 # define VECTOR_ALIGNED ALIGNED(16)
|
| H A D | tsan_suppressions.cpp | 45 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| H A D | tsan_mman.cpp | 55 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); 76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
|
| H A D | tsan_platform_mac.cpp | 49 static char main_thread_state[sizeof(ThreadState)] ALIGNED(
|
| H A D | tsan_rtl.h | 156 } ALIGNED(SANITIZER_CACHE_LINE_SIZE); 237 } ALIGNED(SANITIZER_CACHE_LINE_SIZE);
|
| H A D | tsan_rtl.cpp | 50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED( 53 static char ctx_placeholder[sizeof(Context)] ALIGNED(SANITIZER_CACHE_LINE_SIZE);
|
| H A D | tsan_interface_ann.cpp | 79 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 40 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 405 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|