Searched refs:AddressSanitizerPass (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 100 class AddressSanitizerPass : public PassInfoMixin<AddressSanitizerPass> { 102 explicit AddressSanitizerPass(bool CompileKernel = false,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 344 createModuleToFunctionPassAdaptor(AddressSanitizerPass())); in runPassPipeline() 351 createModuleToFunctionPassAdaptor(AddressSanitizerPass())); in runPassPipeline()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | PassRegistry.def | 326 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 D | AddressSanitizer.cpp | 1208 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 D | BackendUtil.cpp | 1157 AddressSanitizerPass(CompileKernel, Recover, UseAfterScope))); in addSanitizers()
|