Home
last modified time | relevance | path

Searched refs:UnwindTables (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def273 CODEGENOPT(UnwindTables , 1, 0) ///< Emit unwind tables.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp5072 bool UnwindTables = in ConstructJob() local
5078 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp748 if (CodeGenOpts.UnwindTables) in Release()
1728 if (CodeGenOpts.UnwindTables) in SetLLVMFunctionAttributesForDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4902 MarshallingInfoFlag<CodeGenOpts<"UnwindTables">>;