Searched refs:HWAddressSanitizerOptions (Results 1 – 3 of 3) sorted by relevance
24 struct HWAddressSanitizerOptions { struct25 HWAddressSanitizerOptions() in HWAddressSanitizerOptions() function26 : HWAddressSanitizerOptions(false, false, false){}; in HWAddressSanitizerOptions()27 HWAddressSanitizerOptions(bool CompileKernel, bool Recover, in HWAddressSanitizerOptions() function41 explicit HWAddressSanitizerPass(HWAddressSanitizerOptions Options) in HWAddressSanitizerPass() argument49 HWAddressSanitizerOptions Options;
754 Expected<HWAddressSanitizerOptions> parseHWASanPassOptions(StringRef Params) { in parseHWASanPassOptions()755 HWAddressSanitizerOptions Result; in parseHWASanPassOptions()
177 [](HWAddressSanitizerOptions Opts) { return HWAddressSanitizerPass(Opts); },