Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h76 void setExceptionVar(const Value *Val) { ExceptionObjectVar = Val; } in setExceptionVar() function
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp909 CatchAction->setExceptionVar(CatchDirector->getExceptionVar()); in outlineHandler()