Home | History | Annotate | Download | only in cc

Lines Matching refs:hwasan

38 	// TODO(pcc): Stop passing -hwasan-allow-ifunc here once it has been made
41 "-mllvm", "-hwasan-create-frame-descriptions=0",
42 "-mllvm", "-hwasan-allow-ifunc",
76 hwasan
88 case hwasan:
89 return "hwasan"
108 case hwasan:
310 // HWASan requires AArch64 hardware feature (top-byte-ignore).
342 // HWASan ramdisk (which is built from recovery) goes over some bootloader limit.
343 // Keep libc instrumented so that recovery can run hwasan-instrumented code if necessary.
552 ret.SubName += ".hwasan"
567 case hwasan:
584 !sanitize.isSanitizerEnabled(hwasan) &&
592 !sanitize.isSanitizerEnabled(hwasan) &&
603 case hwasan:
662 if t == cfi || t == hwasan || t == scs {
935 } else if t == hwasan {
937 // CFI and HWASAN are currently mutually exclusive so disable
938 // CFI if this is an HWASAN variant.