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

References

lib/IR/Core.cpp
 3422   Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
 3425   Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),
 3428   return wrap(unwrap(B)->Insert(Malloc, Twine(Name)));