Home
last modified time | relevance | path

Searched refs:CFISecType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp42 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction() local
43 assert(CFISecType != AsmPrinter::CFISection::EH && in beginFunction()
46 if (CFISecType == AsmPrinter::CFISection::Debug) { in beginFunction()
H A DDwarfCFIException.cpp139 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginFragment() local
143 if (CFISecType == AsmPrinter::CFISection::Debug || in beginFragment()
146 CFISecType == AsmPrinter::CFISection::EH, true); in beginFragment()