Searched refs:FreeFunc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp667 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); local
673 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore);
677 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "");
680 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee()))

Completed in 120 milliseconds