Searched refs:isRuntime (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 177 bool isRuntime(ObjCRuntime::Kind kind, unsigned major, unsigned minor=0) { in isRuntime() function in __anonaf5ecb460111::CGObjCGNU 231 assert(!isRuntime(ObjCRuntime::GNUstep, 2)); in MakePropertyEncodingString() 232 if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) { in MakePropertyEncodingString() 282 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in PushPropertyListHeader() 2259 isRuntime(ObjCRuntime::GNUstep, 2); in CGObjCGNU() 2662 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMessageSendSuper() 3015 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMethodList() 3485 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in GenerateCategory()
|