Searched refs:getExceptionFromSlot (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp417 llvm::Value *CodeGenFunction::getExceptionFromSlot() { function in class:CodeGenFunction
529 llvm::Value *exn = CGF.getExceptionFromSlot();
1445 exn = CGF.getExceptionFromSlot();
1451 if (!exn) exn = CGF.getExceptionFromSlot();
1514 Exn = getExceptionFromSlot();
1587 getExceptionFromSlot())->setDoesNotReturn();
1594 llvm::Value *Exn = getExceptionFromSlot();
H A DCGObjCRuntime.cpp238 llvm::Value *RawExn = CGF.getExceptionFromSlot();
H A DItaniumCXXABI.cpp4245 llvm::Value *Exn = CGF.getExceptionFromSlot();
4448 llvm::Value *Exn = CGF.getExceptionFromSlot();
H A DCodeGenFunction.h1864 llvm::Value *getExceptionFromSlot();

Completed in 104 milliseconds