Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp304 Function *MallocF, const Twine &Name) { in CreateMalloc() argument
327 FunctionCallee MallocFunc = MallocF; in CreateMalloc()
346 Function *MallocF, const Twine &Name) { in CreateMalloc() argument
349 MallocF, Name); in CreateMalloc()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h627 Function *MallocF = nullptr, const Twine &Name = "");
635 Value *ArraySize, Function *MallocF = nullptr,