Searched refs:MallocName (Results 1 – 1 of 1) sorted by relevance
1917 StringRef MallocName = TLI->getName(LibFunc_malloc); in emitMalloc() local1921 inferNonMandatoryLibFuncAttrs(M, MallocName, *TLI); in emitMalloc()1922 CallInst *CI = B.CreateCall(Malloc, Num, MallocName); in emitMalloc()