Searched refs:CallocName (Results 1 – 1 of 1) sorted by relevance
1664 StringRef CallocName = TLI.getName(LibFunc_calloc); in emitCalloc() local1668 CallocName, Attrs, B.getInt8PtrTy(), PtrType, PtrType); in emitCalloc()1669 inferLibFuncAttributes(M, CallocName, TLI); in emitCalloc()1670 CallInst *CI = B.CreateCall(Calloc, {Num, Size}, CallocName); in emitCalloc()