Document nonlazybind.

llvm-svn: 133160
This commit is contained in:
Dan Gohman 2011-06-16 16:03:13 +00:00
parent 8eb36ef497
commit 8bd11f1834
1 changed files with 5 additions and 0 deletions

View File

@ -1164,6 +1164,11 @@ define void @f() optsize { ... }
Most of the functions in the Windows system DLLs in Windows XP SP2 or
higher were compiled in this fashion.</dd>
<dt><tt><b>nonlazybind</b></tt></dt>
<dd>This attribute suppresses lazy symbol binding for the function. This
may make calls to the function faster, at the cost of extra program
startup time if the function is not called during program startup.</dd>
<dt><tt><b>inlinehint</b></tt></dt>
<dd>This attribute indicates that the source code contained a hint that inlining
this function is desirable (such as the "inline" keyword in C/C++). It