Home | History | Annotate | Download | only in Reader

Lines Matching defs:Version

330   /// getValue -- Version of getValue that returns ResVal directly,
1719 unsigned Version = Record[2];
1721 if (Tag >= 1u << 16 || Version != 0)
2460 // This version adds support for the asm dialect keywords (e.g.,
2780 case bitc::MODULE_CODE_VERSION: { // VERSION: [version#]
2783 // Only version #0 and #1 are supported so far.