Lines Matching defs:OpBuffer
489 // itself into the OpBuffer and then write the size of the buffer and the
491 std::string OpBuffer;
492 raw_string_ostream OpBufferOS(OpBuffer);
511 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size());
513 OS.write(OpBuffer.data(), OpBuffer.size());
1020 std::string OpBuffer;
1021 raw_string_ostream OpBufferOS(OpBuffer);
1035 DescriptionsLength = OpBuffer.size();
1038 OS.write(OpBuffer.data(), OpBuffer.size());