Searched refs:objc_sync_exit (Results 1 – 7 of 7) sorted by relevance
419 TSAN_INTERCEPTOR(int, objc_sync_exit, id obj) { in TSAN_INTERCEPTOR() argument420 SCOPED_TSAN_INTERCEPTOR(objc_sync_exit, obj); in TSAN_INTERCEPTOR()422 return REAL(objc_sync_exit)(obj); in TSAN_INTERCEPTOR()425 int result = REAL(objc_sync_exit)(obj); in TSAN_INTERCEPTOR()
585 case Intrinsic::objc_sync_exit: in lowerIntrinsics()586 Changed |= lowerObjCCall(F, RTLIB::objc_sync_exit); in lowerIntrinsics()
141 case Intrinsic::objc_sync_exit: in GetFunctionClass()
62 case Intrinsic::objc_sync_exit: in mayLowerToFunctionCall()
5514 {"objc_sync_exit", llvm::Intrinsic::objc_sync_exit}, in UpgradeARCRuntime()
1168 def objc_sync_exit : RuntimeLibcallImpl<OBJC_SYNC_EXIT>;
3585 let Spellings = ["objc_sync_exit"];