SILFunction::print
Fix use-after-free in helper function `printSILFunctionNameAndType`. The address of a `DenseMap` local variable is used after the function returns. Resolves SR-12239.