Searched refs:MallocF (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | Instructions.cpp | 374 Value *ArraySize, Function *MallocF, in createMalloc() argument 418 Value *MallocFunc = MallocF; in createMalloc() 459 Function * MallocF, in CreateMalloc() argument 462 ArraySize, MallocF, Name); in CreateMalloc() 476 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 478 ArraySize, MallocF, Name); in CreateMalloc()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 1225 Function* MallocF = 0, 1230 Function* MallocF = 0,
|