Home | History | Annotate | Download | only in Bitcode

Lines Matching refs:Out

26   SmallVectorImpl<char> &Out;
66 Out[ByteNo++] = (unsigned char)(NewWord >> 0);
67 Out[ByteNo++] = (unsigned char)(NewWord >> 8);
68 Out[ByteNo++] = (unsigned char)(NewWord >> 16);
69 Out[ByteNo ] = (unsigned char)(NewWord >> 24);
73 Out.push_back(Value);
82 Out.append(&Bytes[0], &Bytes[4]);
86 return Out.size();
97 : Out(O), CurBit(0), CurValue(0), CurCodeSize(2) {}
226 // Push the outer block's abbrev set onto the stack, start out with an