Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCFIException.cpp59 shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
90 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
135 if (shouldEmitLSDA) in beginBasicBlockSection()
HDDwarfException.h32 bool shouldEmitLSDA = false; variable
HDWinException.h31 bool shouldEmitLSDA = false; variable
HDWinException.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()