HomeSort by relevance Sort by last modified time
    Searched full:shouldemitmoves (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 42 shouldEmitMoves(false) {}
54 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
59 shouldEmitMoves = Asm->needsSEHMoves();
72 if (!shouldEmitPersonality && !shouldEmitMoves)
91 if (!shouldEmitPersonality && !shouldEmitMoves)
DwarfCFIException.cpp 44 shouldEmitMoves(false), moveTypeModule(AsmPrinter::CFI_M_None) {}
77 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
89 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None;
102 if (!shouldEmitPersonality && !shouldEmitMoves)
139 if (!shouldEmitPersonality && !shouldEmitMoves)
DwarfException.h 33 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
35 bool shouldEmitMoves;
94 /// shouldEmitMoves - Per-function flag to indicate if frame moves info
96 bool shouldEmitMoves;

Completed in 64 milliseconds