Home
last modified time | relevance | path

Searched refs:shouldEmitLSDA (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp58 shouldEmitLSDA(false), shouldEmitMoves(false), in DwarfCFIException()
90 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
126 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
149 if (!shouldEmitLSDA) in beginFunction()
DDwarfException.h39 bool shouldEmitLSDA; variable
DWinException.h32 bool shouldEmitLSDA = false; variable
DWinException.cpp63 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
88 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
94 shouldEmitLSDA = hasEHFunclets; in beginFunction()
105 if (!shouldEmitPersonality && !shouldEmitMoves && !shouldEmitLSDA) in endFunction()
125 if (shouldEmitPersonality || shouldEmitLSDA) { in endFunction()