Searched refs:HWAddressSanitizer (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 290 class HWAddressSanitizer { class 292 HWAddressSanitizer(Module &M, bool CompileKernel, bool Recover, in HWAddressSanitizer() function in __anon1b7bdbef0111::HWAddressSanitizer 463 HWAddressSanitizer HWASan(M, Options.CompileKernel, Options.Recover, SSI); in run() 493 void HWAddressSanitizer::createHwasanCtorComdat() { in createHwasanCtorComdat() 593 void HWAddressSanitizer::initializeModule() { in initializeModule() 670 void HWAddressSanitizer::initializeCallbacks(Module &M) { in initializeCallbacks() 741 Value *HWAddressSanitizer::getOpaqueNoopCast(IRBuilder<> &IRB, Value *Val) { in getOpaqueNoopCast() 753 Value *HWAddressSanitizer::getDynamicShadowIfunc(IRBuilder<> &IRB) { in getDynamicShadowIfunc() 757 Value *HWAddressSanitizer::getShadowNonTls(IRBuilder<> &IRB) { in getShadowNonTls() 772 bool HWAddressSanitizer::ignoreAccessWithoutRemark(Instruction *Inst, in ignoreAccessWithoutRemark() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_ignorelist.txt | 1 # Ignorelist for HWAddressSanitizer. Turns off instrumentation of particular
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.td | 291 /// HWAddressSanitizer is on.
|
H A D | Intrinsics.td | 2441 // validity, AccessInfo (AccessInfo is defined in HWAddressSanitizer.h)
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1810 SRCS_MIN+= Transforms/Instrumentation/HWAddressSanitizer.cpp
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2400 HelpText<"Enable aliasing mode in HWAddressSanitizer">; 2405 HelpText<"Disable aliasing mode in HWAddressSanitizer">; 2489 …HelpText<"Select the HWAddressSanitizer ABI to target (interceptor or platform, default intercepto…
|