Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp818 FunctionCallee MallocFunc = MallocF; in createMalloc() local
819 if (!MallocFunc) in createMalloc()
821 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()
826 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()
833 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()
842 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()