| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 209 # define ALIGNED(x) __declspec(align(x)) macro 223 # define ALIGNED(x) __attribute__((aligned(x))) macro 254 typedef ALIGNED(1) u16 uu16; 255 typedef ALIGNED(1) u32 uu32; 256 typedef ALIGNED(1) u64 uu64; 257 typedef ALIGNED(1) s16 us16; 258 typedef ALIGNED(1) s32 us32; 259 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 | 87 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
|
| H A D | sanitizer_mutex.h | 360 ALIGNED(8) uptr opaque_storage_[10];
|
| H A D | sanitizer_allocator_primary32.h | 280 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
| /freebsd-13.1/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 | 256 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = { 260 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 | 43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
|
| /freebsd-13.1/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-13.1/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 | 58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable 61 ALIGNED(16) variable
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread_list.cpp | 4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)];
|
| H A D | hwasan_allocator.cpp | 42 static ALIGNED(16) u8 tail_magic[kShadowAlignment - 1];
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd.h | 25 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) ScudoTSD { in ALIGNED() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 34 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()
|
| H A D | lsan_common_linux.cpp | 31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
|
| H A D | lsan_common.cpp | 94 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)]; 139 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cpp | 64 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); 76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
|
| H A D | tsan_suppressions.cpp | 44 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| H A D | tsan_platform_mac.cpp | 76 ALIGNED(64) static char main_thread_state[sizeof(ThreadState)];
|
| H A D | tsan_rtl.cpp | 51 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64); 53 static char ctx_placeholder[sizeof(Context)] ALIGNED(64); 80 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)];
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 40 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 399 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|