HomeSort by relevance Sort by last modified time
    Searched refs:CreateMalloc (Results 1 - 7 of 7) sorted by null

  /external/llvm/examples/BrainF/
BrainF.cpp 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
Instructions.cpp 371 static Instruction *createMalloc(Instruction *InsertBefore,
377 "createMalloc needs either InsertBefore or InsertAtEnd");
450 /// CreateMalloc - Generate the IR for a call to malloc:
456 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore,
461 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize,
465 /// CreateMalloc - Generate the IR for a call to malloc:
473 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd,
477 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 386 milliseconds