Searched refs:FreeFunc (Results 1 – 1 of 1) sorted by relevance
364 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, VoidPtrTy); in CreateFree() local365 CallInst *Result = CreateCall(FreeFunc, Source, Bundles, ""); in CreateFree()367 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in CreateFree()