HomeSort by relevance Sort by last modified time
    Searched refs:AbbrevToUse (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 150 unsigned AbbrevToUse, BitstreamWriter &Stream) {
155 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
156 AbbrevToUse = 0;
161 Stream.EmitRecord(Code, Vals, AbbrevToUse);
381 int AbbrevToUse = 0;
408 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
419 AbbrevToUse = FunctionAbbrev;
433 AbbrevToUse = StructAnonAbbrev;
439 AbbrevToUse = StructNamedAbbrev;
455 AbbrevToUse = ArrayAbbrev
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 149 unsigned AbbrevToUse, BitstreamWriter &Stream) {
154 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
155 AbbrevToUse = 0;
160 Stream.EmitRecord(Code, Vals, AbbrevToUse);
254 int AbbrevToUse = 0;
281 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
292 AbbrevToUse = FunctionAbbrev;
306 AbbrevToUse = StructAnonAbbrev;
312 AbbrevToUse = StructNamedAbbrev;
328 AbbrevToUse = ArrayAbbrev
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 144 unsigned AbbrevToUse, BitstreamWriter &Stream) {
149 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
150 AbbrevToUse = 0;
155 Stream.EmitRecord(Code, Vals, AbbrevToUse);
249 int AbbrevToUse = 0;
275 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
287 AbbrevToUse = FunctionAbbrev;
301 AbbrevToUse = StructAnonAbbrev;
307 AbbrevToUse = StructNamedAbbrev;
323 AbbrevToUse = ArrayAbbrev
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 121 unsigned AbbrevToUse, BitstreamWriter &Stream) {
126 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
127 AbbrevToUse = 0;
132 Stream.EmitRecord(Code, Vals, AbbrevToUse);
309 int AbbrevToUse = 0;
335 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
347 AbbrevToUse = FunctionAbbrev;
358 AbbrevToUse = StructAbbrev;
367 AbbrevToUse = ArrayAbbrev;
381 Stream.EmitRecord(Code, TypeVals, AbbrevToUse);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 43 unsigned AbbrevToUse;
209 AbbrevToUse = Writer.getDeclTypedefAbbrev();
269 AbbrevToUse = Writer.getDeclEnumAbbrev();
293 AbbrevToUse = Writer.getDeclRecordAbbrev();
538 AbbrevToUse = Writer.getDeclObjCIvarAbbrev();
671 AbbrevToUse = Writer.getDeclFieldAbbrev();
739 AbbrevToUse = Writer.getDeclVarAbbrev();
783 AbbrevToUse = Writer.getDeclParmVarAbbrev();
    [all...]
ASTWriterStmt.cpp 37 unsigned AbbrevToUse;
362 AbbrevToUse = Writer.getDeclRefExprAbbrev();
386 AbbrevToUse = Writer.getIntegerLiteralAbbrev();
429 AbbrevToUse = Writer.getCharacterLiteralAbbrev();
    [all...]

Completed in 519 milliseconds