Searched refs:MallocFunc (Results 1 – 1 of 1) sorted by relevance
327 FunctionCallee MallocFunc = MallocF; in CreateMalloc() local328 if (!MallocFunc) in CreateMalloc()330 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in CreateMalloc()331 CallInst *MCall = CreateCall(MallocFunc, AllocSize, OpB, Name); in CreateMalloc()334 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in CreateMalloc()