Searched refs:addIPToStateRange (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | WinEHFuncInfo.h | 105 void addIPToStateRange(const InvokeInst *II, MCSymbol *InvokeBegin, 108 void addIPToStateRange(int State, MCSymbol *InvokeBegin, MCSymbol *InvokeEnd);
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1394 void WinEHFuncInfo::addIPToStateRange(const InvokeInst *II, in addIPToStateRange() function in WinEHFuncInfo 1402 void WinEHFuncInfo::addIPToStateRange(int State, MCSymbol* InvokeBegin, in addIPToStateRange() function in WinEHFuncInfo
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1467 EHInfo->addIPToStateRange(State, BeginLabel, EndLabel); in reportIPToStateForBlocks()
|
| H A D | SelectionDAGBuilder.cpp | 8663 EHInfo->addIPToStateRange(II, BeginLabel, EndLabel); in lowerEndEH()
|