mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
Update getFunction parameter documentation. Fixes PR13268.
llvm-svn: 159835
This commit is contained in:
parent
817a29123c
commit
e145692d89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user