Searched refs:HWAddressSanitizer (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | HWAddressSanitizer.cpp | 270 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 …]
|
| D | CMakeLists.txt | 22 HWAddressSanitizer.cpp
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_ignorelist.txt | 1 # Ignorelist for HWAddressSanitizer. Turns off instrumentation of particular
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/ |
| D | BUILD.gn | 19 "HWAddressSanitizer.cpp",
|
| /openbsd/src/gnu/usr.bin/clang/libLLVMInstrumentation/ |
| D | Makefile | 28 HWAddressSanitizer.cpp
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Attributes.td | 264 /// HWAddressSanitizer is on.
|
| /openbsd/src/gnu/llvm/clang/include/clang/Driver/ |
| D | Options.td | 1752 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/ |
| D | clang.macppc | 2669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.powerpc64 | 2668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.i386 | 2668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.amd64 | 2670 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.riscv64 | 2668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.octeon | 2669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.armv7 | 2668 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.arm64 | 2670 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.loongson | 2669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| D | clang.sparc64 | 2669 ./usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | UsersManual.rst | 4286 … Select the HWAddressSanitizer ABI to target (interceptor or platform, default interceptor)
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 5561 llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h 6857 llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | LangRef.rst | 2036 This attribute indicates that HWAddressSanitizer checks 2340 HWAddressSanitizer instrumentation applied to it, because it was annotated
|