Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h95 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp468 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()
470 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1242 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()