Lines Matching defs:OpBuffer
519 // itself into the OpBuffer and then write the size of the buffer and the
521 std::string OpBuffer;
522 raw_string_ostream OpBufferOS(OpBuffer);
541 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size());
543 OS.write(OpBuffer.data(), OpBuffer.size());
1049 std::string OpBuffer;
1050 raw_string_ostream OpBufferOS(OpBuffer);
1064 DescriptionsLength = OpBuffer.size();
1067 OS.write(OpBuffer.data(), OpBuffer.size());