Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp419 TSAN_INTERCEPTOR(int, objc_sync_exit, id obj) { in TSAN_INTERCEPTOR() argument
420 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp585 case Intrinsic::objc_sync_exit: in lowerIntrinsics()
586 Changed |= lowerObjCCall(F, RTLIB::objc_sync_exit); in lowerIntrinsics()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp141 case Intrinsic::objc_sync_exit: in GetFunctionClass()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp62 case Intrinsic::objc_sync_exit: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp5514 {"objc_sync_exit", llvm::Intrinsic::objc_sync_exit}, in UpgradeARCRuntime()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1168 def objc_sync_exit : RuntimeLibcallImpl<OBJC_SYNC_EXIT>;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3585 let Spellings = ["objc_sync_exit"];