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

References

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