[SILGen] Utilize _silgen_name for implicit global variables (#3641)
The known __dso_handle symbol name wasn't getting used when emitting
references to #dsohandle, causing link time failures for a mangled
name that didn't exist.
rdar://problem/26565092