diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ProgrammersManual.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index e00dd4a..fb2cd41 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -3455,8 +3455,9 @@ provide a name for it (probably based on the name of the translation unit).</p> <hr> <ul> - <li><tt><a href="#Function">Function</a> *getFunction(const std::string - &Name, const <a href="#FunctionType">FunctionType</a> *Ty)</tt> + + <li><tt><a href="#Function">Function</a> *getFunction(StringRef Name) const + </tt> <p>Look up the specified function in the <tt>Module</tt> <a href="#SymbolTable"><tt>SymbolTable</tt></a>. If it does not exist, return |