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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp444 unsigned SimpleGVarAbbrev = 0; local
467 SimpleGVarAbbrev = Stream.EmitAbbrev(Abbv);
493 AbbrevToUse = SimpleGVarAbbrev;
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1125 unsigned SimpleGVarAbbrev = 0; local
1150 SimpleGVarAbbrev = Stream.EmitAbbrev(Abbv);
1182 AbbrevToUse = SimpleGVarAbbrev;

Completed in 61 milliseconds