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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1278 StringRef MallocName = TLI->getName(LibFunc_malloc); local
1280 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(),
1282 inferLibFuncAttributes(M, MallocName, *TLI);
1283 CallInst *CI = B.CreateCall(Malloc, Num, MallocName);

Completed in 108 milliseconds