Searched refs:MallocF (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 775 Function *MallocF, const Twine &Name) { in createMalloc() argument 818 FunctionCallee MallocFunc = MallocF; in createMalloc() 861 Function *MallocF, in CreateMalloc() argument 864 ArraySize, std::nullopt, MallocF, Name); in CreateMalloc() 870 Function *MallocF, in CreateMalloc() argument 873 ArraySize, OpB, MallocF, Name); in CreateMalloc() 887 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 889 ArraySize, std::nullopt, MallocF, Name); in CreateMalloc() 895 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 897 ArraySize, OpB, MallocF, Name); in CreateMalloc()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1632 Function *MallocF = nullptr, 1637 Function *MallocF = nullptr, 1643 Function *MallocF = nullptr, const Twine &Name = ""); 1648 Function *MallocF = nullptr, const Twine &Name = "");
|