Home | History | Annotate | Download | only in IR

Lines Matching refs:getOrInsertFunction

133 // getOrInsertFunction - Look up the specified function in the module symbol
138 Constant *Module::getOrInsertFunction(StringRef Name,
157 Constant *NewF = getOrInsertFunction(Name, Ty);
188 Constant *Module::getOrInsertFunction(StringRef Name,
190 return getOrInsertFunction(Name, Ty, AttributeSet());
193 // getOrInsertFunction - Look up the specified function in the module symbol
198 Constant *Module::getOrInsertFunction(StringRef Name,
211 // Build the function type and chain to the other getOrInsertFunction...
212 return getOrInsertFunction(Name,
217 Constant *Module::getOrInsertFunction(StringRef Name,
229 // Build the function type and chain to the other getOrInsertFunction...
230 return getOrInsertFunction(Name,