diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-06 02:37:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-06 02:37:21 +0000 |
commit | 7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e (patch) | |
tree | a4b44da0e6d3dbe2b9e81d9103d516653ba04fa4 /docs/ProgrammersManual.html | |
parent | af4a9bb2baa680d1e88eeeffa7e5156aeb77a18c (diff) | |
download | external_llvm-7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e.zip external_llvm-7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e.tar.gz external_llvm-7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e.tar.bz2 |
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.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 6fc0ec2..70c4e31 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> |