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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DWin64Exception.cpp43 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false)
56 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
71 shouldEmitLSDA = shouldEmitPersonality &&
H A DDwarfCFIException.cpp44 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false),
88 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false;
110 shouldEmitLSDA = shouldEmitPersonality &&
129 if (!shouldEmitLSDA)
H A DDwarfException.h148 /// shouldEmitLSDA - Per-function flag to indicate if .cfi_lsda
150 bool shouldEmitLSDA; member in class:llvm::DwarfCFIException
202 /// shouldEmitLSDA - Per-function flag to indicate if the LSDA
204 bool shouldEmitLSDA; member in class:llvm::Win64Exception

Completed in 112 milliseconds