Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DWebAssembly.cpp51 .Case("exception-handling", HasExceptionHandling) in hasFeature()
79 if (HasExceptionHandling) in getTargetDefines()
169 HasExceptionHandling = true; in handleTargetFeatures()
173 HasExceptionHandling = false; in handleTargetFeatures()
H A DWebAssembly.h34 bool HasExceptionHandling = false; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h44 bool HasExceptionHandling = false; variable
95 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
H A DWebAssembly.td47 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
H A DWebAssemblyInstrControl.td128 let Predicates = [HasExceptionHandling] in {
173 } // Predicates = [HasExceptionHandling]
H A DWebAssemblyInstrInfo.td53 def HasExceptionHandling :
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h224 HasExceptionHandling = 0x00000010, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp212 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp115 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1421 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()