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 | 807db03233fcb33f267c04ba4f85c13397b13cc5 (patch) | |
tree | e2551d5bebfcb1b390e8bd9f75dccf2a1c4024b2 /llvm/docs | |
parent | 8a982e10be136c4227e0edfcf52588e6d7ec575a (diff) | |
download | bcm5719-llvm-807db03233fcb33f267c04ba4f85c13397b13cc5.tar.gz bcm5719-llvm-807db03233fcb33f267c04ba4f85c13397b13cc5.zip |
These methods are removed.
llvm-svn: 20473
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 6fc0ec21125..70c4e3154f5 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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> |