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 | e3a87b15114771d509c73314957b7fa6f14b6677 (patch) | |
tree | c9b34d1395d550ac18b2e585a3e8bdca0f2f19b7 /llvm/docs/ProgrammersManual.html | |
parent | aa4f47f266b68f65ee7ffc74abfeaa0e42f80328 (diff) | |
download | bcm5719-llvm-e3a87b15114771d509c73314957b7fa6f14b6677.tar.gz bcm5719-llvm-e3a87b15114771d509c73314957b7fa6f14b6677.zip |
Update getFunction parameter documentation. Fixes PR13268.
llvm-svn: 159835
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index e00dd4a66d0..fb2cd410af6 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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 |