================ @@ -493,6 +493,59 @@ class ValueToShadowMap { DenseMap<Value *, Value *> Map; }; +// Template parameter is the number of functions +template <size_t N> class NsanMemOpFn { ---------------- chestnykh wrote: Done https://github.com/llvm/llvm-project/pull/98900