Home | History | Annotate | Download | only in IR

Lines Matching refs:getOrInsertFunction

110 // getOrInsertFunction - Look up the specified function in the module symbol
115 Constant *Module::getOrInsertFunction(StringRef Name,
138 Constant *Module::getOrInsertFunction(StringRef Name,
140 return getOrInsertFunction(Name, Ty, AttributeSet());
143 // getOrInsertFunction - Look up the specified function in the module symbol
148 Constant *Module::getOrInsertFunction(StringRef Name,
161 // Build the function type and chain to the other getOrInsertFunction...
162 return getOrInsertFunction(Name,
167 Constant *Module::getOrInsertFunction(StringRef Name,
179 // Build the function type and chain to the other getOrInsertFunction...
180 return getOrInsertFunction(Name,