Searched refs:CallocName (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1298 StringRef CallocName = TLI.getName(LibFunc_calloc); local
1302 CallocName, Attrs, B.getInt8PtrTy(), PtrType, PtrType);
1303 inferLibFuncAttributes(M, CallocName, TLI);
1304 CallInst *CI = B.CreateCall(Calloc, {Num, Size}, CallocName);

Completed in 137 milliseconds