Home
last modified time | relevance | path

Searched refs:ReportInvalidAlignedAllocAlignment (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h29 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
H A Dsanitizer_allocator_report.cpp86 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_report.h69 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
H A Dasan_report.cpp293 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
H A Dasan_allocator.cpp1021 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in asan_aligned_alloc()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp237 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in dfsan_aligned_alloc()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp177 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in lsan_aligned_alloc()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp323 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in msan_aligned_alloc()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp309 ReportInvalidAlignedAllocAlignment(sz, align, &stack); in user_aligned_alloc()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp331 ReportInvalidAlignedAllocAlignment(sz, align, &stack); in user_aligned_alloc()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp417 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in hwasan_aligned_alloc()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp664 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in memprof_aligned_alloc()