Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp328 FunctionCallee MallocFunc = MallocF; in CreateMalloc() local
329 if (!MallocFunc) in CreateMalloc()
331 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in CreateMalloc()
332 CallInst *MCall = CreateCall(MallocFunc, AllocSize, OpB, Name); in CreateMalloc()
335 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in CreateMalloc()