Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp392 llvm::Value *CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction
405 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()
707 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
1581 Builder.CreateStore(Code, getExceptionSlot()); in EmitSEHExceptionCodeSave()
DCodeGenFunction.h1045 llvm::Value *getExceptionSlot();