Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DInstructions.cpp353 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc() function
443 return createMalloc(InsertBefore, NULL, IntPtrTy, AllocTy, AllocSize, in CreateMalloc()
459 return createMalloc(NULL, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc()