Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.cpp50 .Case("exception-handling", HasExceptionHandling) in hasFeature()
81 if (HasExceptionHandling) in getTargetDefines()
200 HasExceptionHandling = true; in handleTargetFeatures()
204 HasExceptionHandling = false; in handleTargetFeatures()
H A DWebAssembly.h58 bool HasExceptionHandling = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h44 bool HasExceptionHandling = false; variable
97 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
H A DWebAssemblyInstrControl.td128 let Predicates = [HasExceptionHandling] in {
167 } // Predicates = [HasExceptionHandling]
H A DWebAssembly.td33 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
H A DWebAssemblyInstrTable.td68 Requires<[HasReferenceTypes, HasExceptionHandling]>;
H A DWebAssemblyInstrInfo.td33 def HasExceptionHandling :
380 Requires<[HasReferenceTypes, HasExceptionHandling]>;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h236 HasExceptionHandling = 0x00000010, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp219 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp118 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1531 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()