Searched refs:ReportInvalidAllocationAlignment (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 67 void ReportInvalidAllocationAlignment(uptr alignment,
|
| H A D | asan_report.cpp | 285 void ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
|
| H A D | asan_allocator.cpp | 1010 ReportInvalidAllocationAlignment(alignment, stack); in asan_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 248 ReportInvalidAllocationAlignment(alignment, &stack); in dfsan_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 187 ReportInvalidAllocationAlignment(alignment, &stack); in lsan_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 333 ReportInvalidAllocationAlignment(alignment, stack); in msan_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mman.cpp | 281 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cpp | 303 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cpp | 427 ReportInvalidAllocationAlignment(alignment, stack); in hwasan_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 653 ReportInvalidAllocationAlignment(alignment, stack); in memprof_memalign()
|