Searched refs:CFISecType (Results 1 – 2 of 2) sorted by relevance
35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction() local36 assert(CFISecType != AsmPrinter::CFISection::EH && in beginFunction()39 if (CFISecType == AsmPrinter::CFISection::Debug) { in beginFunction()
127 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginFragment() local131 if (CFISecType == AsmPrinter::CFISection::Debug || in beginFragment()134 CFISecType == AsmPrinter::CFISection::EH, true); in beginFragment()