Searched refs:shouldEmitCFI (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp37 : EHStreamer(A), shouldEmitCFI(false), hasEmittedCFISections(false) {}
50 if (shouldEmitCFI)
124 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() &&
131 if (!shouldEmitCFI)
H A DDwarfException.h29 bool shouldEmitCFI; member in class:llvm::DwarfCFIExceptionBase
H A DARMException.cpp53 shouldEmitCFI = true;

Completed in 56 milliseconds