Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp305 if (H.CatchObj.Alloca) { in set()
306 assert(StaticAllocaMap.count(H.CatchObj.Alloca)); in set()
307 H.CatchObj.FrameIndex = StaticAllocaMap[H.CatchObj.Alloca]; in set()
309 H.CatchObj.FrameIndex = INT_MAX; in set()
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h69 } CatchObj = {}; member
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp737 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
738 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp143 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
145 HT.CatchObj.Alloca = cast<AllocaInst>(CPI->getArgOperand(2)); in addTryBlockMapEntry()