Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp44 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false), in DwarfCFIException()
88 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in BeginFunction()
110 shouldEmitLSDA = shouldEmitPersonality && in BeginFunction()
129 if (!shouldEmitLSDA) in BeginFunction()
DWin64Exception.cpp43 shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false) in Win64Exception()
56 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in BeginFunction()
71 shouldEmitLSDA = shouldEmitPersonality && in BeginFunction()
DDwarfException.h150 bool shouldEmitLSDA; variable
215 bool shouldEmitLSDA; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp61 forceEmitPersonality(false), shouldEmitLSDA(false), in DwarfCFIException()
97 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
133 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
167 if (shouldEmitLSDA) in beginFragment()
DDwarfException.h44 bool shouldEmitLSDA; variable
DWinException.h32 bool shouldEmitLSDA = false; variable
DWinException.cpp63 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
88 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
94 shouldEmitLSDA = hasEHFunclets; in beginFunction()
105 if (!shouldEmitPersonality && !shouldEmitMoves && !shouldEmitLSDA) in endFunction()
125 if (shouldEmitPersonality || shouldEmitLSDA) { in endFunction()