Searched refs:MallocName (Results 1 – 1 of 1) sorted by relevance
1163 StringRef MallocName = TLI->getName(LibFunc_malloc); in emitMalloc() local1165 Value *Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc()1167 inferLibFuncAttributes(M, MallocName, *TLI); in emitMalloc()1168 CallInst *CI = B.CreateCall(Malloc, Num, MallocName); in emitMalloc()