Home
last modified time | relevance | path

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

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