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

  /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);
247 int AbbrevToUse = 0;
273 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
285 AbbrevToUse = FunctionAbbrev;
299 AbbrevToUse = StructAnonAbbrev;
305 AbbrevToUse = StructNamedAbbrev;
321 AbbrevToUse = ArrayAbbrev
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 142 unsigned AbbrevToUse, BitstreamWriter &Stream) {
147 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
148 AbbrevToUse = 0;
153 Stream.EmitRecord(Code, Vals, AbbrevToUse);
256 int AbbrevToUse = 0;
282 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
294 AbbrevToUse = FunctionAbbrev;
308 AbbrevToUse = StructAnonAbbrev;
314 AbbrevToUse = StructNamedAbbrev;
330 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);
262 int AbbrevToUse = 0;
288 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
300 AbbrevToUse = FunctionAbbrev;
312 AbbrevToUse = StructAbbrev;
321 AbbrevToUse = ArrayAbbrev;
335 Stream.EmitRecord(Code, TypeVals, AbbrevToUse);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
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;
276 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
287 AbbrevToUse = FunctionAbbrev;
301 AbbrevToUse = StructAnonAbbrev;
307 AbbrevToUse = StructNamedAbbrev;
323 AbbrevToUse = ArrayAbbrev
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 151 void writeStringRecord(unsigned Code, StringRef Str, unsigned AbbrevToUse);
554 unsigned AbbrevToUse) {
559 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
560 AbbrevToUse = 0;
565 Stream.EmitRecord(Code, Vals, AbbrevToUse);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 40 unsigned AbbrevToUse;
46 Code((serialization::DeclCode)0), AbbrevToUse(0) {}
52 return Record.Emit(Code, AbbrevToUse);
381 AbbrevToUse = Writer.getDeclTypedefAbbrev();
452 AbbrevToUse = Writer.getDeclEnumAbbrev();
479 AbbrevToUse = Writer.getDeclRecordAbbrev();
731 AbbrevToUse = Writer.getDeclObjCIvarAbbrev();
    [all...]
ASTWriterStmt.cpp 36 unsigned AbbrevToUse;
41 Code(serialization::STMT_NULL_PTR), AbbrevToUse(0) {}
48 return Record.EmitStmt(Code, AbbrevToUse);
392 AbbrevToUse = Writer.getDeclRefExprAbbrev();
417 AbbrevToUse = Writer.getIntegerLiteralAbbrev();
460 AbbrevToUse = Writer.getCharacterLiteralAbbrev();
686 AbbrevToUse = Writer.getExprImplicitCastAbbrev();
    [all...]
ASTWriter.cpp 93 unsigned AbbrevToUse;
97 : Writer(Writer), Record(Writer, Record), Code((TypeCode)0), AbbrevToUse(0) { }
100 return Record.Emit(Code, AbbrevToUse);
109 AbbrevToUse = Writer.TypeExtQualAbbrev;
227 AbbrevToUse = 0;
273 AbbrevToUse = 0;
    [all...]

Completed in 122 milliseconds