Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp43 : EHStreamer(A), shouldEmitPersonality(false), shouldEmitLSDA(false), in DwarfCFIException()
77 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
99 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
128 if (!shouldEmitLSDA) in beginFunction()
DWin64Exception.cpp41 : EHStreamer(A), shouldEmitPersonality(false), shouldEmitLSDA(false), in Win64Exception()
54 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
69 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
DDwarfException.h31 bool shouldEmitLSDA; variable
92 bool shouldEmitLSDA; variable