Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp1139 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && in remapInstructions()
1140 SlotRemap.count(H.CatchObj.FrameIndex)) in remapInstructions()
1141 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex]; in remapInstructions()
H A DWinEHPrepare.cpp160 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
162 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp117 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()
119 &H.CatchObj.FrameIndex); in set()
121 H.CatchObj.FrameIndex = INT_MAX; in set()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h67 } CatchObj = {}; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp859 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
860 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3657 int FrameIndex = H.CatchObj.FrameIndex; in adjustFrameForMsvcCxxEh()