X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfException.h;h=a28eaf0c1405529b42100fb5a490290629f5e011;hb=4b102527fa426d4f22ab64443417f666b7fb2e03;hp=5a2ee9e490a5af0eb3e50dca27c3b624e707db3f;hpb=ac07cd54ed48cdc160eba7625eefe09c5f484eb2;p=oota-llvm.git diff --git a/lib/CodeGen/AsmPrinter/DwarfException.h b/lib/CodeGen/AsmPrinter/DwarfException.h index 5a2ee9e490a..a28eaf0c140 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.h +++ b/lib/CodeGen/AsmPrinter/DwarfException.h @@ -186,6 +186,10 @@ class ARMException : public DwarfException { void EmitTypeInfos(unsigned TTypeEncoding); ARMTargetStreamer &getTargetStreamer(); + /// shouldEmitCFI - Per-function flag to indicate if frame CFI info + /// should be emitted. + bool shouldEmitCFI; + public: //===--------------------------------------------------------------------===// // Main entry points.