Searched refs:ReportInvalidAllocationAlignment (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_report.h | 27 void NORETURN ReportInvalidAllocationAlignment(uptr alignment,
|
H A D | sanitizer_allocator_report.cpp | 76 void NORETURN ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 277 ReportInvalidAllocationAlignment(alignment, &stack); in dfsan_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 210 ReportInvalidAllocationAlignment(alignment, &stack); in lsan_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 395 ReportInvalidAllocationAlignment(alignment, stack); in msan_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.cpp | 317 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_report.cpp | 286 void ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
|
H A D | asan_allocator.cpp | 1065 ReportInvalidAllocationAlignment(alignment, stack); in asan_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.cpp | 512 ReportInvalidAllocationAlignment(alignment, stack); in hwasan_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 718 ReportInvalidAllocationAlignment(alignment, stack); in memprof_memalign()
|