Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h105 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 DWinEHPrepare.cpp1394 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 DSelectionDAGISel.cpp1467 EHInfo->addIPToStateRange(State, BeginLabel, EndLabel); in reportIPToStateForBlocks()
H A DSelectionDAGBuilder.cpp8663 EHInfo->addIPToStateRange(II, BeginLabel, EndLabel); in lowerEndEH()