Home
last modified time | relevance | path

Searched refs:usesCFIForEH (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCFIException.cpp65 if (!Asm->MAI->usesCFIForEH()) in endModule()
124 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() && in beginFunction()
HDEHStreamer.cpp271 if (SawPotentiallyThrowing && Asm->MAI->usesCFIForEH()) { in computeCallSiteTable()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h611 bool usesCFIForEH() const { in usesCFIForEH() function