Home
last modified time | relevance | path

Searched refs:HasExceptionHandling (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.cpp52 .Case("exception-handling", HasExceptionHandling) in hasFeature()
84 if (HasExceptionHandling) in getTargetDefines()
204 HasExceptionHandling = true; in handleTargetFeatures()
208 HasExceptionHandling = false; in handleTargetFeatures()
H A DWebAssembly.h58 bool HasExceptionHandling = false; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h45 bool HasExceptionHandling = false; variable
99 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
H A DWebAssemblyInstrControl.td128 let Predicates = [HasExceptionHandling] in {
168 } // Predicates = [HasExceptionHandling]
H A DWebAssembly.td50 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
H A DWebAssemblyInstrInfo.td57 def HasExceptionHandling :
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h229 HasExceptionHandling = 0x00000010, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp216 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp118 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1531 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()