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

/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp276 unsigned RuntimeVersion(0);
285 RuntimeVersion = ExistingCU.getRunTimeVersion();
294 Producer, IsOptimized, Flags, RuntimeVersion);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp373 int RuntimeVersion; member in class:__anon17845::CGObjCGNU
892 MetaClassPtrAlias(nullptr), RuntimeVersion(runtimeABIVersion),
980 RuntimeVersion = 10;
2483 (RuntimeVersion >= 10) ? IntTy : nullptr, nullptr);
2486 Elements.push_back(llvm::ConstantInt::get(LongTy, RuntimeVersion));
2502 if (RuntimeVersion >= 10)
2813 if (RuntimeVersion < 10)

Completed in 121 milliseconds