From 807db03233fcb33f267c04ba4f85c13397b13cc5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 Mar 2005 02:37:21 +0000 Subject: These methods are removed. llvm-svn: 20473 --- llvm/docs/ProgrammersManual.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'llvm/docs/ProgrammersManual.html') 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.

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

-- cgit v1.2.3