mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
Update getFunction parameter documentation. Fixes PR13268.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8a627b33b
commit
c5171d5de6
@ -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