Searched refs:SimpleGVarAbbrev (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp474 unsigned SimpleGVarAbbrev = 0; local
497 SimpleGVarAbbrev = Stream.EmitAbbrev(Abbv);
523 AbbrevToUse = SimpleGVarAbbrev;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp428 unsigned SimpleGVarAbbrev = 0; local
451 SimpleGVarAbbrev = Stream.EmitAbbrev(Abbv);
477 AbbrevToUse = SimpleGVarAbbrev;
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp445 unsigned SimpleGVarAbbrev = 0; local
468 SimpleGVarAbbrev = Stream.EmitAbbrev(Abbv);
495 AbbrevToUse = SimpleGVarAbbrev;

Completed in 129 milliseconds