Home
last modified time | relevance | path

Searched refs:LabelToStateMap (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h94 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp498 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()
500 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1256 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()