HomeSort by: relevance | last modified time | path
    Searched refs:HWAddressSanitizer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMInstrumentation/
Makefile 15 HWAddressSanitizer.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 1 //===- HWAddressSanitizer.cpp - detector of uninitialized reads -------===//
10 /// This file is a part of HWAddressSanitizer, an address sanity checker
14 #include "llvm/Transforms/Instrumentation/HWAddressSanitizer.h"
193 class HWAddressSanitizer {
195 explicit HWAddressSanitizer(Module &M, bool CompileKernel = false,
324 StringRef getPassName() const override { return "HWAddressSanitizer"; }
327 HWASan = std::make_unique<HWAddressSanitizer>(M, CompileKernel, Recover);
341 std::unique_ptr<HWAddressSanitizer> HWASan;
352 "HWAddressSanitizer: detect memory bugs using tagged addressing.", false,
356 "HWAddressSanitizer: detect memory bugs using tagged addressing.", false
    [all...]

Completed in 21 milliseconds