Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp769 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
775 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
779 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
782 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()