Searched refs:MallocF (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | Instructions.cpp | 387 Value *ArraySize, Function *MallocF, in createMalloc() argument 431 Value *MallocFunc = MallocF; in createMalloc() 472 Function * MallocF, in CreateMalloc() argument 475 ArraySize, MallocF, Name); in CreateMalloc() 489 Function *MallocF, const Twine &Name) { in CreateMalloc() argument 491 ArraySize, MallocF, Name); in CreateMalloc()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 1327 Function* MallocF = nullptr, 1332 Function* MallocF = nullptr,
|