Lines Matching refs:FreeFunc
586 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, nullptr);
592 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore);
596 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "");
599 if (Function *F = dyn_cast<Function>(FreeFunc))