Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h94 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp480 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()
482 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1246 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()