Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp65 if (!Asm->MAI->usesCFIForEH()) in endModule()
124 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() && in beginFunction()
DEHStreamer.cpp271 if (SawPotentiallyThrowing && Asm->MAI->usesCFIForEH()) { in computeCallSiteTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h611 bool usesCFIForEH() const { in usesCFIForEH() function