Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp56 forceEmitPersonality(false), shouldEmitLSDA(false) {} in DwarfCFIException()
89 shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
120 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
171 if (shouldEmitLSDA) in beginFragment()
H A DDwarfException.h45 bool shouldEmitLSDA; variable
H A DWinException.h31 bool shouldEmitLSDA = false; variable
H A DWinException.cpp69 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
98 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
113 shouldEmitLSDA = hasEHFunclets; in beginFunction()
130 if (!shouldEmitPersonality && !shouldEmitMoves && !shouldEmitLSDA) in endFunction()
152 if (shouldEmitPersonality || shouldEmitLSDA) { in endFunction()
294 } else if (shouldEmitPersonality || shouldEmitLSDA) { in endFuncletImpl()