Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h63 ExceptionObjectIndex(-1) {} in CatchHandler()
77 void setExceptionVarIndex(int Index) { ExceptionObjectIndex = Index; } in setExceptionVarIndex()
78 int getExceptionVarIndex() const { return ExceptionObjectIndex; } in getExceptionVarIndex()
95 int ExceptionObjectIndex; variable