Searched refs:FreeFunc (Results 1 – 2 of 2) sorted by relevance
24 typedef short (*FreeFunc)(long); typedef25 operator FreeFunc() const;
807 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local813 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()817 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()820 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()