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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 43 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false)
56 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
71 shouldEmitLSDA = shouldEmitPersonality &&
DwarfCFIException.cpp 44 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false),
88 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
110 shouldEmitLSDA = shouldEmitPersonality &&
129 if (!shouldEmitLSDA)
DwarfException.h 148 /// shouldEmitLSDA - Per-function flag to indicate if .cfi_lsda
150 bool shouldEmitLSDA;
213 /// shouldEmitLSDA - Per-function flag to indicate if the LSDA
215 bool shouldEmitLSDA;

Completed in 60 milliseconds