Home
last modified time | relevance | path

Searched refs:HWAddressSanitizer (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp270 class HWAddressSanitizer { class
272 HWAddressSanitizer(Module &M, bool CompileKernel, bool Recover, in HWAddressSanitizer() function in __anonf66528eb0111::HWAddressSanitizer
422 HWAddressSanitizer HWASan(M, Options.CompileKernel, Options.Recover, SSI); in run()
449 void HWAddressSanitizer::createHwasanCtorComdat() { in createHwasanCtorComdat()
549 void HWAddressSanitizer::initializeModule() { in initializeModule()
632 void HWAddressSanitizer::initializeCallbacks(Module &M) { in initializeCallbacks()
681 Value *HWAddressSanitizer::getOpaqueNoopCast(IRBuilder<> &IRB, Value *Val) { in getOpaqueNoopCast()
693 Value *HWAddressSanitizer::getDynamicShadowIfunc(IRBuilder<> &IRB) { in getDynamicShadowIfunc()
697 Value *HWAddressSanitizer::getShadowNonTls(IRBuilder<> &IRB) { in getShadowNonTls()
712 bool HWAddressSanitizer::ignoreAccess(Instruction *Inst, Value *Ptr) { in ignoreAccess()
[all …]
DCMakeLists.txt22 HWAddressSanitizer.cpp
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_ignorelist.txt1 # Ignorelist for HWAddressSanitizer. Turns off instrumentation of particular
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
DBUILD.gn19 "HWAddressSanitizer.cpp",
/openbsd/src/gnu/usr.bin/clang/libLLVMInstrumentation/
DMakefile28 HWAddressSanitizer.cpp
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.td264 /// HWAddressSanitizer is on.
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DOptions.td1752 HelpText<"Enable aliasing mode in HWAddressSanitizer">;
1756 HelpText<"Disable aliasing mode in HWAddressSanitizer">;
1821 …HelpText<"Select the HWAddressSanitizer ABI to target (interceptor or platform, default intercepto…
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc2669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.powerpc642668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.i3862668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.amd642670 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.riscv642668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.octeon2669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.armv72668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.arm642670 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.loongson2669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
Dclang.sparc642669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
/openbsd/src/gnu/llvm/clang/docs/
DUsersManual.rst4286 … Select the HWAddressSanitizer ABI to target (interceptor or platform, default interceptor)
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt5561 llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
6857 llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst2036 This attribute indicates that HWAddressSanitizer checks
2340 HWAddressSanitizer instrumentation applied to it, because it was annotated