Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp672 FunctionCallee MallocFunc = MallocF; in createMalloc() local
673 if (!MallocFunc) in createMalloc()
675 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()
680 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()
687 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()
696 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()