HomeSort by relevance Sort by last modified time
    Searched full:createmalloc (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 34 /// is a malloc call. Since CallInst::CreateMalloc() only creates calls, we
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 58 /// is a malloc call. Since CallInst::CreateMalloc() only creates calls, we
  /external/llvm/examples/BrainF/
BrainF.cpp 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
  /external/llvm/lib/VMCore/
Instructions.cpp 271 static Instruction *createMalloc(Instruction *InsertBefore,
277 "createMalloc needs either InsertBefore or InsertAtEnd");
350 /// CreateMalloc - Generate the IR for a call to malloc:
356 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore,
361 return createMalloc(InsertBefore, NULL, IntPtrTy, AllocTy, AllocSize,
365 /// CreateMalloc - Generate the IR for a call to malloc:
373 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd,
377 return createMalloc(NULL, InsertAtEnd, IntPtrTy, AllocTy, AllocSize,
    [all...]
Core.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 138 milliseconds