Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp394 TSAN_INTERCEPTOR(int, objc_sync_exit, id obj) { in TSAN_INTERCEPTOR() argument
395 SCOPED_TSAN_INTERCEPTOR(objc_sync_exit, obj); in TSAN_INTERCEPTOR()
396 if (!obj) return REAL(objc_sync_exit)(obj); in TSAN_INTERCEPTOR()
399 int result = REAL(objc_sync_exit)(obj); in TSAN_INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp203 case Intrinsic::objc_sync_exit: in lowerIntrinsics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp141 case Intrinsic::objc_sync_exit: in GetFunctionClass()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1151 // int objc_sync_exit(id obj)
1152 LIBBUILTIN(objc_sync_exit, "iG", "f", "objc/objc-sync.h", OBJC_LANG)
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4191 {"objc_sync_exit", llvm::Intrinsic::objc_sync_exit}, in UpgradeARCRuntime()