Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h344 bool needsSEHMoves();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp68 shouldEmitMoves = Asm->needsSEHMoves() && MF->hasWinCFI(); in beginFunction()
DAsmPrinter.cpp974 bool AsmPrinter::needsSEHMoves() { in needsSEHMoves() function in AsmPrinter