Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h444 bool needsSEHMoves();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp72 shouldEmitMoves = Asm->needsSEHMoves() && MF->hasWinCFI(); in beginFunction()
H A DAsmPrinter.cpp1268 bool AsmPrinter::needsSEHMoves() { in needsSEHMoves() function in AsmPrinter