Searched refs:UnwindTables (Results 1 – 4 of 4) sorted by relevance
324 VALUE_CODEGENOPT(UnwindTables, 2, 0, Benign) ///< Unwind tables (1, Benign) or asynchronous unwind …
1492 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()
6019 bool UnwindTables = in ConstructJob() local6024 else if (UnwindTables) in ConstructJob()7968 (EH || UnwindTables || AsyncUnwindTables || in ConstructJob()
7764 MarshallingInfoInt<CodeGenOpts<"UnwindTables">>;