Searched refs:shouldEmitCFI (Results 1 – 9 of 9) sorted by relevance
37 : EHStreamer(A), shouldEmitCFI(false), hasEmittedCFISections(false) {} in DwarfCFIExceptionBase()50 if (shouldEmitCFI && !Asm->MF->hasBBSections()) in endFragment()125 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() && in beginFunction()132 if (!shouldEmitCFI) in beginFragment()182 if (shouldEmitCFI) in endBasicBlock()
29 bool shouldEmitCFI; variable
53 shouldEmitCFI = true; in beginFunction()
37 : EHStreamer(A), shouldEmitCFI(false), hasEmittedCFISections(false) {} in DwarfCFIExceptionBase()50 if (shouldEmitCFI) in endFragment()124 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() && in beginFunction()131 if (!shouldEmitCFI) in beginFragment()
42 : EHStreamer(A), shouldEmitCFI(false) {} in DwarfCFIExceptionBase()55 if (shouldEmitCFI) in endFragment()136 shouldEmitCFI = shouldEmitPersonality || shouldEmitMoves; in beginFunction()142 if (!shouldEmitCFI) in beginFragment()
49 if (shouldEmitCFI) in endModule()61 shouldEmitCFI = true; in beginFunction()
30 bool shouldEmitCFI; variable