Searched refs:isRuntime (Results 1 – 1 of 1) sorted by relevance
/freebsd/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 __anonbab9bb100111::CGObjCGNU 229 assert(!isRuntime(ObjCRuntime::GNUstep, 2)); in MakePropertyEncodingString() 230 if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) { in MakePropertyEncodingString() 280 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in PushPropertyListHeader() 2258 isRuntime(ObjCRuntime::GNUstep, 2); in CGObjCGNU() 2661 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMessageSendSuper() 3014 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMethodList() 3484 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in GenerateCategory()
|