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

  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 142 unsigned AbbrevToUse, BitstreamWriter &Stream) {
147 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
148 AbbrevToUse = 0;
153 Stream.EmitRecord(Code, Vals, AbbrevToUse);
258 int AbbrevToUse = 0;
284 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
296 AbbrevToUse = FunctionAbbrev;
310 AbbrevToUse = StructAnonAbbrev;
316 AbbrevToUse = StructNamedAbbrev;
332 AbbrevToUse = ArrayAbbrev
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 149 unsigned AbbrevToUse, BitstreamWriter &Stream) {
154 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
155 AbbrevToUse = 0;
160 Stream.EmitRecord(Code, Vals, AbbrevToUse);
264 int AbbrevToUse = 0;
291 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
302 AbbrevToUse = FunctionAbbrev;
316 AbbrevToUse = StructAnonAbbrev;
322 AbbrevToUse = StructNamedAbbrev;
338 AbbrevToUse = ArrayAbbrev
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 120 unsigned AbbrevToUse, BitstreamWriter &Stream) {
125 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
126 AbbrevToUse = 0;
131 Stream.EmitRecord(Code, Vals, AbbrevToUse);
319 int AbbrevToUse = 0;
345 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
357 AbbrevToUse = FunctionAbbrev;
368 AbbrevToUse = StructAbbrev;
377 AbbrevToUse = ArrayAbbrev;
391 Stream.EmitRecord(Code, TypeVals, AbbrevToUse);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 43 unsigned AbbrevToUse;
197 AbbrevToUse = Writer.getDeclTypedefAbbrev();
255 AbbrevToUse = Writer.getDeclEnumAbbrev();
278 AbbrevToUse = Writer.getDeclRecordAbbrev();
519 AbbrevToUse = Writer.getDeclObjCIvarAbbrev();
649 AbbrevToUse = Writer.getDeclFieldAbbrev();
707 AbbrevToUse = Writer.getDeclVarAbbrev();
751 AbbrevToUse = Writer.getDeclParmVarAbbrev();
    [all...]
ASTWriterStmt.cpp 33 unsigned AbbrevToUse;
289 AbbrevToUse = Writer.getDeclRefExprAbbrev();
313 AbbrevToUse = Writer.getIntegerLiteralAbbrev();
355 AbbrevToUse = Writer.getCharacterLiteralAbbrev();
    [all...]

Completed in 224 milliseconds