Home
last modified time | relevance | path

Searched refs:shouldEmitMoves (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()
103 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None; in beginFunction()
116 shouldEmitCFI = shouldEmitPersonality || shouldEmitMoves; in beginFunction()
DWin64Exception.cpp43 shouldEmitMoves(false) {} in Win64Exception()
53 shouldEmitMoves = shouldEmitPersonality = shouldEmitLSDA = false; in beginFunction()
58 shouldEmitMoves = Asm->needsSEHMoves(); in beginFunction()
92 if (!shouldEmitPersonality && !shouldEmitMoves) in beginFunction()
108 if (!shouldEmitPersonality && !shouldEmitMoves) in endFunction()
DWin64Exception.h32 bool shouldEmitMoves; variable
DDwarfException.h42 bool shouldEmitMoves; variable