Searched refs:FreeFunc (Results 1 – 1 of 1) sorted by relevance
476 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL); in createFree() local482 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore); in createFree()486 Result = CallInst::Create(FreeFunc, PtrCast, ""); in createFree()489 if (Function *F = dyn_cast<Function>(FreeFunc)) in createFree()