Searched refs:isRuntime (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 176 bool isRuntime(ObjCRuntime::Kind kind, unsigned major, unsigned minor=0) { in isRuntime() function in __anonbab9bb100111::CGObjCGNU 228 assert(!isRuntime(ObjCRuntime::GNUstep, 2)); in MakePropertyEncodingString() 229 if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) { in MakePropertyEncodingString() 279 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in PushPropertyListHeader() 2363 isRuntime(ObjCRuntime::GNUstep, 2); in CGObjCGNU() 2762 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMessageSendSuper() 3111 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMethodList() 3576 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in GenerateCategory()
|