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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DWin64Exception.cpp43 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false)
56 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
61 shouldEmitMoves = Asm->needsSEHMoves();
74 if (!shouldEmitPersonality && !shouldEmitMoves)
93 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)
140 if (!shouldEmitPersonality && !shouldEmitMoves)
H A DDwarfException.h152 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
154 bool shouldEmitMoves; member in class:llvm::DwarfCFIException
182 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
184 bool shouldEmitMoves; member in class:llvm::ARMException
217 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
219 bool shouldEmitMoves; member in class:llvm::Win64Exception
H A DARMException.cpp41 shouldEmitTable(false), shouldEmitMoves(false), shouldEmitTableModule(false)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp62 shouldEmitMoves(false), moveTypeModule(AsmPrinter::CFI_M_None) {}
97 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
110 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None;
136 shouldEmitCFI = shouldEmitPersonality || shouldEmitMoves;
H A DDwarfException.h47 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)
196 if (shouldEmitMoves || shouldEmitPersonality)
226 if (shouldEmitMoves || shouldEmitPersonality) {

Completed in 131 milliseconds