reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instructions.h
 1601   static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,

References

examples/BrainF/BrainF.cpp
   97   ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, 
lib/IR/Core.cpp
 3425   Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),
 3436   Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),