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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp168 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
169 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY));
170 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
172 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
173 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7));
174 unsigned V7Abbrev = Stream.EmitAbbrev(Abbv);
242 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
243 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
244 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
246 Abbv
487 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
632 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
767 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1400 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1411 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1421 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1431 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1444 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1454 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1463 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1475 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1485 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1495 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1505 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1516 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1528 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1535 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
1543 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); local
[all...]

Completed in 58 milliseconds