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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DWin64Exception.cpp42 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false)
55 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
60 shouldEmitMoves = Asm->needsSEHMoves();
73 if (!shouldEmitPersonality && !shouldEmitMoves)
92 if (!shouldEmitPersonality && !shouldEmitMoves)
H A DDwarfCFIException.cpp44 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false),
88 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
100 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None;
113 if (!shouldEmitPersonality && !shouldEmitMoves)
141 if (!shouldEmitPersonality && !shouldEmitMoves)
H A DDwarfException.h154 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
156 bool shouldEmitMoves; member in class:llvm::DwarfCFIException
209 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
211 bool shouldEmitMoves; member in class:llvm::Win64Exception

Completed in 41 milliseconds