Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h94 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h97 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h94 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp445 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()
447 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp487 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()
489 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
/external/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()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1232 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()
/external/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp1268 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1246 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()