summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-07 06:24:17 +0000
committerChris Lattner <sabre@nondot.org>2007-02-07 06:24:17 +0000
commitb2fa25c8f908489e00b12ad54c55b08a4cb3a23c (patch)
tree2b746b53821cb9b6d1d72e9372eabbd452e922f8 /llvm/docs/ProgrammersManual.html
parent88051b0fada8325a00ac0c1020b99a429c1f3803 (diff)
downloadbcm5719-llvm-b2fa25c8f908489e00b12ad54c55b08a4cb3a23c.tar.gz
bcm5719-llvm-b2fa25c8f908489e00b12ad54c55b08a4cb3a23c.zip
remove some obsolete SymbolTable methods. These docs need to be updated
now that PR411 landed llvm-svn: 33991
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index c4fedbf5d7b..b5b7a9ccf6a 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -2122,11 +2122,6 @@ name.</p>
have both a name and a type which are extracted and used to place the value
in the correct type plane under the value's name.</dd>
- <dt><tt>void insert(const std::string&amp; Name, Value *Val)</tt>:</dt>
- <dd> Inserts a constant or type into the symbol table with the specified
- name. There can be a many to one mapping between names and constants
- or types.</dd>
-
<dt><tt>void remove(Value* Val)</tt>:</dt>
<dd> This method removes a named value from the symbol table. The
type and name of the Value are extracted from \p N and used to
@@ -2134,20 +2129,6 @@ name.</p>
not in the symbol table, this method silently ignores the
request.</dd>
- <dt><tt>Value* remove(const std::string&amp; Name, Value *Val)</tt>:</dt>
- <dd> Remove a constant or type with the specified name from the
- symbol table.</dd>
-
- <dt><tt>Value *remove(const value_iterator&amp; It)</tt>:</dt>
- <dd> Removes a specific value from the symbol table.
- Returns the removed value.</dd>
-
- <dt><tt>bool strip()</tt>:</dt>
- <dd> This method will strip the symbol table of its names leaving
- the type and values. </dd>
-
- <dt><tt>void clear()</tt>:</dt>
- <dd>Empty the symbol table completely.</dd>
</dl>
<h3>Iteration</h3>
OpenPOWER on IntegriCloud