Home
last modified time | relevance | path

Searched refs:AddressSanitizerPass (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h100 class AddressSanitizerPass : public PassInfoMixin<AddressSanitizerPass> {
102 explicit AddressSanitizerPass(bool CompileKernel = false,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp344 createModuleToFunctionPassAdaptor(AddressSanitizerPass())); in runPassPipeline()
351 createModuleToFunctionPassAdaptor(AddressSanitizerPass())); in runPassPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def326 FUNCTION_PASS("asan", AddressSanitizerPass(false, false, false))
327 FUNCTION_PASS("kasan", AddressSanitizerPass(true, false, false))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1208 AddressSanitizerPass::AddressSanitizerPass(bool CompileKernel, bool Recover, in AddressSanitizerPass() function in AddressSanitizerPass
1213 PreservedAnalyses AddressSanitizerPass::run(Function &F, in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1157 AddressSanitizerPass(CompileKernel, Recover, UseAfterScope))); in addSanitizers()