Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h73 const Value *getExceptionVar() { return ExceptionObjectVar; } in getExceptionVar() function
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp238 Value *getExceptionVar() { return ExceptionObjectVar; } in getExceptionVar() function in __anon98d5fb000111::WinEHCatchDirector
465 Value *EHObj = const_cast<Value *>(CatchAction->getExceptionVar()); in prepareExceptionHandlers()
909 CatchAction->setExceptionVar(CatchDirector->getExceptionVar()); in outlineHandler()