Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp494 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL); in createFree() local
500 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore); in createFree()
504 Result = CallInst::Create(FreeFunc, PtrCast, ""); in createFree()
507 if (Function *F = dyn_cast<Function>(FreeFunc)) in createFree()