Searched refs:ReportInvalidPosixMemalignAlignment (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 | 31 void NORETURN ReportInvalidPosixMemalignAlignment(uptr alignment,
|
| H A D | sanitizer_allocator_report.cpp | 104 void NORETURN ReportInvalidPosixMemalignAlignment(uptr alignment, in ReportInvalidPosixMemalignAlignment() function
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 71 void ReportInvalidPosixMemalignAlignment(uptr alignment,
|
| H A D | asan_report.cpp | 301 void ReportInvalidPosixMemalignAlignment(uptr alignment, in ReportInvalidPosixMemalignAlignment() function
|
| H A D | asan_allocator.cpp | 1032 ReportInvalidPosixMemalignAlignment(alignment, stack); in asan_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 258 ReportInvalidPosixMemalignAlignment(alignment, &stack); in dfsan_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 161 ReportInvalidPosixMemalignAlignment(alignment, &stack); in lsan_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 343 ReportInvalidPosixMemalignAlignment(alignment, stack); in msan_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mman.cpp | 292 ReportInvalidPosixMemalignAlignment(align, &stack); in user_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cpp | 314 ReportInvalidPosixMemalignAlignment(align, &stack); in user_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cpp | 437 ReportInvalidPosixMemalignAlignment(alignment, stack); in hwasan_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 674 ReportInvalidPosixMemalignAlignment(alignment, stack); in memprof_posix_memalign()
|