Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RuntimeVersion

373   int RuntimeVersion;
915 RuntimeVersion(runtimeABIVersion), ProtocolVersion(protocolClassVersion) {
1002 RuntimeVersion = 10;
2527 (RuntimeVersion >= 10) ? IntTy : NULL, NULL);
2530 Elements.push_back(llvm::ConstantInt::get(LongTy, RuntimeVersion));
2546 if (RuntimeVersion >= 10)
2857 if (RuntimeVersion < 10)