Searched refs:MallocFunc (Results 1 – 1 of 1) sorted by relevance
506 Value *MallocFunc = MallocF; in createMalloc() local507 if (!MallocFunc) in createMalloc()509 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()514 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()521 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()530 if (Function *F = dyn_cast<Function>(MallocFunc)) { in createMalloc()