Searched refs:CFISecType (Results 1 – 2 of 2) sorted by relevance
42 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction() local43 assert(CFISecType != AsmPrinter::CFISection::EH && in beginFunction()46 if (CFISecType == AsmPrinter::CFISection::Debug) { in beginFunction()
139 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginFragment() local143 if (CFISecType == AsmPrinter::CFISection::Debug || in beginFragment()146 CFISecType == AsmPrinter::CFISection::EH, true); in beginFragment()