Searched refs:Abbv (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp175 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
176 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY));
177 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
179 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
180 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7));
181 unsigned V7Abbrev = Stream.EmitAbbrev(Abbv);
250 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
251 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
252 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
254 Abbv
496 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
641 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
776 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1440 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1451 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1461 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1471 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1484 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1494 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1503 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1515 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1525 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1535 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1545 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1556 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1568 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1575 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1583 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp200 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
201 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
204 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
205 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
208 Abbv = new BitCodeAbbrev();
209 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION_OLD));
210 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
211 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0
212 Abbv
450 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
595 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
730 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1457 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1468 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1478 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1488 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1501 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1511 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1520 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1532 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1542 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1552 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1562 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1573 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1585 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1592 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1600 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]

Completed in 47 milliseconds