Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h62 NextBB(NextBB), ExceptionObjectVar(nullptr), in CatchHandler()
73 const Value *getExceptionVar() { return ExceptionObjectVar; } in getExceptionVar()
76 void setExceptionVar(const Value *Val) { ExceptionObjectVar = Val; } in setExceptionVar()
94 const Value *ExceptionObjectVar; variable
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp220 ExceptionObjectVar(nullptr), NestedLPtoOriginalLP(NestedLPads) {} in WinEHCatchDirector()
238 Value *getExceptionVar() { return ExceptionObjectVar; } in getExceptionVar()
244 Value *ExceptionObjectVar; member in __anon98d5fb000111::WinEHCatchDirector
1091 assert(ExceptionObjectVar == nullptr && "Multiple calls to " in handleBeginCatch()
1094 ExceptionObjectVar = Inst->getOperand(1)->stripPointerCasts(); in handleBeginCatch()
1095 if (isa<ConstantPointerNull>(ExceptionObjectVar)) in handleBeginCatch()
1097 assert(cast<AllocaInst>(ExceptionObjectVar)->isStaticAlloca() && in handleBeginCatch()
1099 Materializer.escapeCatchObject(ExceptionObjectVar); in handleBeginCatch()