HomeSort by relevance Sort by last modified time
    Searched refs:shouldEmitMoves (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 43 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false)
56 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
61 shouldEmitMoves = Asm->needsSEHMoves();
74 if (!shouldEmitPersonality && !shouldEmitMoves)
93 if (!shouldEmitPersonality && !shouldEmitMoves)
DwarfCFIException.cpp 44 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)
DwarfException.h 152 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
154 bool shouldEmitMoves;
182 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
184 bool shouldEmitMoves;
217 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
219 bool shouldEmitMoves;
ARMException.cpp 41 shouldEmitTable(false), shouldEmitMoves(false), shouldEmitTableModule(false)

Completed in 40 milliseconds