Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp718 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && in collectMarkers()
719 H.CatchObj.FrameIndex >= 0) in collectMarkers()
720 ConservativeSlots.set(H.CatchObj.FrameIndex); in collectMarkers()
1118 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max()) in remapInstructions()
1119 if (auto It = SlotRemap.find(H.CatchObj.FrameIndex); in remapInstructions()
1121 H.CatchObj.FrameIndex = It->second; in remapInstructions()
H A DWinEHPrepare.cpp174 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
176 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h67 } CatchObj = {}; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp121 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()
122 CatchObjects[AI].push_back(&H.CatchObj.FrameIndex); in set()
124 H.CatchObj.FrameIndex = INT_MAX; in set()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp860 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
861 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp480 int FrameIndex = H.CatchObj.FrameIndex; in getFixedObjectSize()
4781 int FrameIndex = H.CatchObj.FrameIndex; in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4243 int FrameIndex = H.CatchObj.FrameIndex; in adjustFrameForMsvcCxxEh()