diff options
Diffstat (limited to 'docs/BitCodeFormat.html')
-rw-r--r-- | docs/BitCodeFormat.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index d8ddc2b..0b8747c 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -922,6 +922,9 @@ encoding of the visibility of this variable: <li><i>threadlocal</i>: If present and non-zero, indicates that the variable is <tt>thread_local</tt></li> +<li><i>unnamed_addr</i>: If present and non-zero, indicates that the variable +has <tt>unnamed_addr<tt></li> + </ul> </div> @@ -975,6 +978,10 @@ entries.</li> <li><i>gc</i>: If present and nonzero, the 1-based garbage collector index in the table of <a href="#MODULE_CODE_GCNAME">MODULE_CODE_GCNAME</a> entries.</li> + +<li><i>unnamed_addr</i>: If present and non-zero, indicates that the function +has <tt>unnamed_addr<tt></li> + </ul> </div> |