Searched defs:RuntimeVersion (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp373 int RuntimeVersion; member in class:__anon16126::CGObjCGNU
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)

Completed in 385 milliseconds