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