Searched refs:shouldEmitMoves (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp58 shouldEmitLSDA(false), shouldEmitMoves(false),
90 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
103 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None;
129 shouldEmitCFI = shouldEmitPersonality || shouldEmitMoves;
H A DDwarfException.h42 bool shouldEmitMoves; member in class:llvm::DwarfCFIException
H A DWinException.h35 bool shouldEmitMoves = false; member in class:llvm::WinException
H A DWinException.cpp63 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
71 shouldEmitMoves = Asm->needsSEHMoves();
105 if (!shouldEmitPersonality && !shouldEmitMoves && !shouldEmitLSDA)
197 if (shouldEmitMoves || shouldEmitPersonality)
227 if (shouldEmitMoves || shouldEmitPersonality) {

Completed in 58 milliseconds