summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-06-16 16:03:13 +0000
committerDan Gohman <gohman@apple.com>2011-06-16 16:03:13 +0000
commit129bd56eebca43e7fcc383464e6b0a90f1c14dd7 (patch)
tree0bdd6db3030ba046a6286aca3d89b8ca88d0f9e9 /docs/LangRef.html
parenta0697a7ef5a980727d8361acd1fc429a5b1b8e2b (diff)
downloadllvm-129bd56eebca43e7fcc383464e6b0a90f1c14dd7.tar.gz
llvm-129bd56eebca43e7fcc383464e6b0a90f1c14dd7.tar.bz2
llvm-129bd56eebca43e7fcc383464e6b0a90f1c14dd7.tar.xz
Document nonlazybind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 74678c7be8..7823f12fff 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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