Searched refs:MallocF (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 262 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 285 FunctionCallee MallocFunc = MallocF; in CreateMalloc() 304 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 306 return CreateMalloc(IntPtrTy, AllocTy, AllocSize, ArraySize, {}, MallocF, in CreateMalloc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 661 Function *MallocF = nullptr, 671 Function *MallocF = nullptr,
|