diff options
-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> |