From 7fd5dee54a59cd3b87cdb349d0d5817c3b93f44e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 Mar 2005 02:37:21 +0000 Subject: [PATCH] These methods are removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20473 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 6fc0ec21125..70c4e3154f5 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.

bool isEmpty() const:
This function returns true if both the value and types maps are empty
- -
std::string get_name(const Value*) const:
-
This function returns the name of the Value provided or the empty - string if the Value is not in the symbol table.
- -
std::string get_name(const Type*) const:
-
This function returns the name of the Type provided or the empty - string if the Type is not in the symbol table.

Mutators