Home
last modified time | relevance | path

Searched refs:HWAddressSanitizerOptions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DHWAddressSanitizer.h24 struct HWAddressSanitizerOptions { struct
25 HWAddressSanitizerOptions() in HWAddressSanitizerOptions() function
26 : HWAddressSanitizerOptions(false, false, false){}; in HWAddressSanitizerOptions()
27 HWAddressSanitizerOptions(bool CompileKernel, bool Recover, in HWAddressSanitizerOptions() function
41 explicit HWAddressSanitizerPass(HWAddressSanitizerOptions Options) in HWAddressSanitizerPass() argument
49 HWAddressSanitizerOptions Options;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp754 Expected<HWAddressSanitizerOptions> parseHWASanPassOptions(StringRef Params) { in parseHWASanPassOptions()
755 HWAddressSanitizerOptions Result; in parseHWASanPassOptions()
H A DPassRegistry.def177 [](HWAddressSanitizerOptions Opts) { return HWAddressSanitizerPass(Opts); },