diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 26d4550087d..2e14c6bebaa 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1441,26 +1441,10 @@ This traverses the Type of the Function and returns the return type of the function, or the FunctionType of the actual function.
- -
- -Return true if the Function has a symbol table allocated to it and if -there is at least one entry in it.
-
Return a pointer to the SymbolTable for this -Function or a null pointer if one has not been allocated (because there -are no named values in the function).
- -
- -Return a pointer to the SymbolTable for this -Function or allocate a new SymbolTable if one is not already around. This -should only be used when adding elements to the SymbolTable, so that empty symbol tables are -not left laying around.
+Function.
@@ -1580,25 +1564,10 @@ action that doesn't have a forwarding method.
- -Return true if the Module has a symbol table allocated to it and if -there is at least one entry in it.
-
-Return a pointer to the SymbolTable for this -Module or a null pointer if one has not been allocated (because there -are no named values in the function).
- -
- -Return a pointer to the SymbolTable for this -Module or allocate a new SymbolTable if one is not already around. This -should only be used when adding elements to the SymbolTable, so that empty symbol tables are -not left laying around.
+Return a reference to the SymbolTable for +this Module.
@@ -1776,6 +1745,6 @@ pointer to the parent Function. Chris Lattner -Last modified: Fri Nov 8 00:48:37 CST 2002 +Last modified: Wed Nov 20 12:21:34 CST 2002