Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp77 shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
108 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
159 if (shouldEmitLSDA) in beginFragment()
H A DDwarfException.h45 bool shouldEmitLSDA = false; variable
H A DWinException.h31 bool shouldEmitLSDA = false; variable
H A DWinException.cpp64 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
93 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
108 shouldEmitLSDA = hasEHFunclets; in beginFunction()
125 if (!shouldEmitPersonality && !shouldEmitMoves && !shouldEmitLSDA) in endFunction()
147 if (shouldEmitPersonality || shouldEmitLSDA) { in endFunction()
289 } else if (shouldEmitPersonality || shouldEmitLSDA) { in endFuncletImpl()