Searched defs:new (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp129 default: // Map unknown/new linkages to external
218 void *operator new(size_t s) {
219 return User::operator new(s, 1);
287 Constant *C = new ConstantPlaceHolder(Ty, Context);
305 Value *V = new Argument(Ty);
330 // new value. If they reference more than one placeholder, update them all
344 // constant with a new constant that has *all* placeholder uses updated.
368 // Make the new constant.
411 // Deleting PrevVal sets Idx value in MDValuePtrs to null. Set new
710 } else // Otherwise, create a new struc
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp79 /// from the eh_selector call to the new landingpad instruction.
135 /// This function upgrades the old pre-3.0 exception handling system to the new
191 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator());
192 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
202 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
370 default: // Map unknown/new linkages to external
497 void *operator new(size_t s) {
498 return User::operator new(s, 1);
566 Constant *C = new ConstantPlaceHolder(Ty, Context);
584 Value *V = new Argumen
[all...]

Completed in 616 milliseconds