Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def324 VALUE_CODEGENOPT(UnwindTables, 2, 0, Benign) ///< Unwind tables (1, Benign) or asynchronous unwind …
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1492 if (CodeGenOpts.UnwindTables) in Release()
1493 getModule().setUwtable(llvm::UWTableKind(CodeGenOpts.UnwindTables)); in Release()
2619 if ((!D || !D->hasAttr<NoUwtableAttr>()) && CodeGenOpts.UnwindTables) in SetLLVMFunctionAttributesForDefinition()
2620 B.addUWTableAttr(llvm::UWTableKind(CodeGenOpts.UnwindTables)); in SetLLVMFunctionAttributesForDefinition()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6019 bool UnwindTables = in ConstructJob() local
6024 else if (UnwindTables) in ConstructJob()
7968 (EH || UnwindTables || AsyncUnwindTables || in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7764 MarshallingInfoInt<CodeGenOpts<"UnwindTables">>;