Searched refs:UnwindTables (Results 1 – 4 of 4) sorted by relevance
273 CODEGENOPT(UnwindTables , 1, 0) ///< Emit unwind tables.
5072 bool UnwindTables = in ConstructJob() local5078 UnwindTables = Args.hasFlag(options::OPT_funwind_tables, in ConstructJob()5079 options::OPT_fno_unwind_tables, UnwindTables); in ConstructJob()5080 if (UnwindTables) in ConstructJob()6756 (EH || UnwindTables || DebugInfoKind != codegenoptions::NoDebugInfo)) in ConstructJob()
748 if (CodeGenOpts.UnwindTables) in Release()1728 if (CodeGenOpts.UnwindTables) in SetLLVMFunctionAttributesForDefinition()
4902 MarshallingInfoFlag<CodeGenOpts<"UnwindTables">>;