Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Major

196     unsigned Major, Minor, Update;
197 TT.getOSVersion(Major, Minor, Update);
198 // If there is a version specified, Major will be non-zero.
199 if (Major) {
209 OutStreamer->EmitVersionMin(VersionType, Major, Minor, Update);