Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp56 forceEmitPersonality(false), shouldEmitLSDA(false), in DwarfCFIException()
89 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
121 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
161 if (shouldEmitLSDA) in beginFragment()
H A DDwarfException.h46 bool shouldEmitLSDA; variable
H A DWinException.h33 bool shouldEmitLSDA = false; variable
H A DWinException.cpp61 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
90 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
105 shouldEmitLSDA = hasEHFunclets; in beginFunction()
116 if (!shouldEmitPersonality && !shouldEmitMoves && !shouldEmitLSDA) in endFunction()
138 if (shouldEmitPersonality || shouldEmitLSDA) { in endFunction()