Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp383 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction
396 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()
761 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
DCodeGenFunction.h1213 Address getExceptionSlot();