Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DWebAssembly.cpp52 .Case("exception-handling", HasExceptionHandling) in hasFeature()
83 if (HasExceptionHandling) in getTargetDefines()
199 HasExceptionHandling = true; in handleTargetFeatures()
203 HasExceptionHandling = false; in handleTargetFeatures()
H A DWebAssembly.h34 bool HasExceptionHandling = false; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h45 bool HasExceptionHandling = false; variable
98 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 :
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h226 HasExceptionHandling = 0x00000010, enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp215 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp117 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1506 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()