Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1664 StringRef CallocName = TLI.getName(LibFunc_calloc); in emitCalloc() local
1668 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()