reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/BuildLibCalls.cpp
 1297   Module *M = B.GetInsertBlock()->getModule();
 1300   IntegerType *PtrType = DL.getIntPtrType((B.GetInsertBlock()->getContext()));
 1302       CallocName, Attrs, B.getInt8PtrTy(), PtrType, PtrType);
 1304   CallInst *CI = B.CreateCall(Calloc, {Num, Size}, CallocName);