Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp105 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginBasicBlockSection() local
109 if (CFISecType == AsmPrinter::CFISection::Debug || in beginBasicBlockSection()
112 CFISecType == AsmPrinter::CFISection::EH, true); in beginBasicBlockSection()
H A DARMException.cpp35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction() local
36 assert(CFISecType != AsmPrinter::CFISection::EH && in beginFunction()
39 if (CFISecType == AsmPrinter::CFISection::Debug) { in beginFunction()