summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-06 02:37:21 +0000
committerChris Lattner <sabre@nondot.org>2005-03-06 02:37:21 +0000
commit7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e (patch)
treea4b44da0e6d3dbe2b9e81d9103d516653ba04fa4 /docs/ProgrammersManual.html
parentaf4a9bb2baa680d1e88eeeffa7e5156aeb77a18c (diff)
downloadllvm-7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e.tar.gz
llvm-7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e.tar.bz2
llvm-7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e.tar.xz
These methods are removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20473 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 6fc0ec2112..70c4e3154f 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -1878,14 +1878,6 @@ however, are stored in a single dimension and accessed only by name.</p>
<dt><tt>bool isEmpty() const</tt>:</dt>
<dd>This function returns true if both the value and types maps are
empty</dd>
-
- <dt><tt>std::string get_name(const Value*) const</tt>:</dt>
- <dd>This function returns the name of the Value provided or the empty
- string if the Value is not in the symbol table.</dd>
-
- <dt><tt>std::string get_name(const Type*) const</tt>:</dt>
- <dd>This function returns the name of the Type provided or the empty
- string if the Type is not in the symbol table.</dd>
</dl>
<h3>Mutators</h3>