Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp305 Function *MallocF, const Twine &Name) { in CreateMalloc() argument
328 FunctionCallee MallocFunc = MallocF; in CreateMalloc()
347 Function *MallocF, const Twine &Name) { in CreateMalloc() argument
350 MallocF, Name); in CreateMalloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h630 Function *MallocF = nullptr, const Twine &Name = "");
638 Value *ArraySize, Function *MallocF = nullptr,