Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp58 shouldEmitLSDA(false), shouldEmitMoves(false), in DwarfCFIException()
91 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
113 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()
131 if (!shouldEmitLSDA) in beginFunction()
DWin64Exception.h29 bool shouldEmitLSDA; variable
DDwarfException.h39 bool shouldEmitLSDA; variable
DWin64Exception.cpp42 : EHStreamer(A), shouldEmitPersonality(false), shouldEmitLSDA(false), in Win64Exception()
53 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
68 shouldEmitLSDA = shouldEmitPersonality && in beginFunction()