pub(crate) fn sanitize_attrs<'ll>( cx: &GenericCx<'ll, FullCx<'ll, '_>>, no_sanitize: SanitizerSet, ) -> SmallVec<[&'ll Attribute; 4]>
Get LLVM sanitize attributes.