Home | History | Annotate | Download | only in IR

Lines Matching defs:getOrInsertFunction

92 // getOrInsertFunction - Look up the specified function in the module symbol
97 Constant *Module::getOrInsertFunction(StringRef Name,
120 Constant *Module::getOrInsertFunction(StringRef Name,
122 return getOrInsertFunction(Name, Ty, AttributeSet());
125 // getOrInsertFunction - Look up the specified function in the module symbol
130 Constant *Module::getOrInsertFunction(StringRef Name,
143 // Build the function type and chain to the other getOrInsertFunction...
144 return getOrInsertFunction(Name,
149 Constant *Module::getOrInsertFunction(StringRef Name,
161 // Build the function type and chain to the other getOrInsertFunction...
162 return getOrInsertFunction(Name,