Rex Xu ac2f01f4bd
SPIRV: Add disassembly support for multiple literal strings (#2397)
According to the extension SPV_GOOGLE_decorate_string,
OpDecorateString (or OpMemberDecorateString) ought to be capable of
supporting multiple literal strings. Each literal strings are padded
with null terminator to make word alignment. The layout is:

  Inst | Target | Decoration | Literal String, Literal String, ...
2020-09-14 09:57:09 -06:00
..
2020-08-10 22:26:41 +02:00
2020-03-19 16:46:30 -04:00
2018-08-07 03:16:20 +09:00
2020-03-30 01:32:23 +03:00
2019-06-25 13:20:16 -04:00
2020-06-18 10:16:40 -04:00