Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp59 shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
90 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
135 if (shouldEmitLSDA) in beginBasicBlockSection()
H A DDwarfException.h32 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()
139 if (shouldEmitPersonality || shouldEmitLSDA) { in endFunction()
281 } else if (shouldEmitPersonality || shouldEmitLSDA) { in endFuncletImpl()