Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp388 LazyRuntimeFunction ExceptionThrowFn; member in __anonaf5ecb460111::CGObjCGNU
2345 ExceptionThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy); in CGObjCGNU()
4199 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject); in EmitThrowStmt()