diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-07-06 17:15:03 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-07-06 17:15:03 +0000 |
commit | c5171d5de6c740751687a8d80aa03115fbcad6b7 (patch) | |
tree | 32620ed3366c4443efcf18a9a1a3c9e59b23a12f /docs | |
parent | d8a627b33bdd3dec806a2fe8c699c1e9896675c6 (diff) |
Update getFunction parameter documentation. Fixes PR13268.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159835 91177308-0d34-0410-b5e6-96231b3b80d8
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 e00dd4a66d..fb2cd410af 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 |