Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h209 # 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 Dsanitizer_atomic.h52 volatile ALIGNED(8) Type val_dont_use;
H A Dsanitizer_allocator.cpp87 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
H A Dsanitizer_mutex.h360 ALIGNED(8) uptr opaque_storage_[10];
H A Dsanitizer_allocator_primary32.h280 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
/freebsd-13.1/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.cpp256 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
260 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.cpp43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/freebsd-13.1/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-13.1/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.cpp58 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 Ddfsan_allocator.h21 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)];
H A Dhwasan_allocator.cpp42 static ALIGNED(16) u8 tail_magic[kShadowAlignment - 1];
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd.h25 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) ScudoTSD { in ALIGNED() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp34 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()
H A Dlsan_common_linux.cpp31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
H A Dlsan_common.cpp94 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 Dtsan_mman.cpp64 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
76 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
H A Dtsan_suppressions.cpp44 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dtsan_platform_mac.cpp76 ALIGNED(64) static char main_thread_state[sizeof(ThreadState)];
H A Dtsan_rtl.cpp51 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 Dmemprof_thread.cpp40 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp399 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];

12