Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h96 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp437 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()
439 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1071 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()