Searched refs:getExceptionSlot (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp384 llvm::Value *CodeGenFunction::getExceptionSlot() { function in class:CodeGenFunction
397 return Builder.CreateLoad(getExceptionSlot(), "exn");
738 Builder.CreateStore(LPadExn, getExceptionSlot());
H A DCodeGenFunction.h991 llvm::Value *getExceptionSlot();

Completed in 131 milliseconds