Home
last modified time | relevance | path

Searched refs:bufferStartSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DSPIRVBinaryUtils.cpp69 auto bufferStartSize = binary.size(); in encodeStringLiteralInto() local
70 binary.resize(bufferStartSize + encodingSize, 0); in encodeStringLiteralInto()
71 std::memcpy(binary.data() + bufferStartSize, literal.data(), literal.size()); in encodeStringLiteralInto()