We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcdcdd commit 464fb16Copy full SHA for 464fb16
docs/ABI/Mangling.rst
@@ -9,7 +9,7 @@ Mangling
9
--------
10
::
11
12
- mangled-name ::= '$S' global
+ mangled-name ::= '$s' global
13
14
All Swift-mangled names begin with this prefix.
15
@@ -114,6 +114,7 @@ field offsets are therefore required when accessing fields in generic
114
types where the metadata itself has unknown layout.)
115
116
117
+
118
global ::= global 'Tj' // resilient method dispatch thunk
119
global ::= global 'Tq' // method descriptor
120
0 commit comments