diff options
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 67a2fc8a4dd..58e0e3c5f39 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -591,6 +591,13 @@ All Global Variables and Functions have one of the following visibility styles:      directly.    </dd> +  <dt><b>"<tt>protected</tt>" - Protected style</b>:</dt> + +  <dd>On ELF, protected visibility indicates that the symbol will be placed in +  the dynamic symbol table, but that references within the defining module will +  bind to the local symbol. That is, the symbol cannot be overridden by another +  module. +  </dd>  </dl>  </div>  | 

