Home | History | Annotate | Download | only in IR

Lines Matching defs:getOrInsertFunction

328   Constant *getOrInsertFunction(StringRef Name, FunctionType *T,
331 Constant *getOrInsertFunction(StringRef Name, FunctionType *T);
340 Constant *getOrInsertFunction(StringRef Name,
345 return getOrInsertFunction(Name,
352 Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ArgsTy... Args) {
353 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);