Home
last modified time | relevance | path

Searched refs:isRuntime (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp177 bool isRuntime(ObjCRuntime::Kind kind, unsigned major, unsigned minor=0) { in isRuntime() function in __anon128dbe400111::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()
2553 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMessageSendSuper()
2888 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMethodList()
3368 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in GenerateCategory()