Searched refs:MallocFunc (Results 1 – 1 of 1) sorted by relevance
418 Value *MallocFunc = MallocF; in createMalloc() local419 if (!MallocFunc) in createMalloc()421 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL); in createMalloc()426 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall", InsertBefore); in createMalloc()432 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall"); in createMalloc()441 if (Function *F = dyn_cast<Function>(MallocFunc)) { in createMalloc()