Home
last modified time | relevance | path

Searched refs:HWASan (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc40 "HWASan allocator flag. max_malloc_fill_size is the maximal amount of "
49 "HWASan allocator flag. max_free_fill_size is the maximal amount of "
90 "If not -1, HWASan will attempt to allocate the shadow at this address, "
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp463 HWAddressSanitizer HWASan(M, Options.CompileKernel, Options.Recover, SSI); in run() local
466 HWASan.sanitizeFunction(F, FAM); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td2436 // HWASan intrinsics to test whether a pointer is addressable.