Home | History | Annotate | Download | only in IR

Lines Matching refs:Malloc

2057   Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), 
2060 return wrap(unwrap(B)->Insert(Malloc, Twine(Name)));
2068 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),
2071 return wrap(unwrap(B)->Insert(Malloc, Twine(Name)));