Searched refs:HWAddressSanitizerPass (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DHWAddressSanitizer.h25 class HWAddressSanitizerPass : public PassInfoMixin<HWAddressSanitizerPass> { class in namespace:llvm
27 explicit HWAddressSanitizerPass(bool CompileKernel = false,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp354 HWAddressSanitizerPass::HWAddressSanitizerPass(bool CompileKernel, bool Recover) function in class:HWAddressSanitizerPass
357 PreservedAnalyses HWAddressSanitizerPass::run(Module &M,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1366 MPM.addPass(HWAddressSanitizerPass(
1370 MPM.addPass(HWAddressSanitizerPass(

Completed in 181 milliseconds