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

/external/clang/lib/CodeGen/
H A DCGException.cpp383 Address CodeGenFunction::getExceptionSlot() { function in class:CodeGenFunction
396 return Builder.CreateLoad(getExceptionSlot(), "exn");
759 Builder.CreateStore(LPadExn, getExceptionSlot());
H A DCodeGenFunction.h1129 Address getExceptionSlot();

Completed in 251 milliseconds