Searched refs:HasExceptionHandling (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.cpp | 52 .Case("exception-handling", HasExceptionHandling) in hasFeature() 83 if (HasExceptionHandling) in getTargetDefines() 199 HasExceptionHandling = true; in handleTargetFeatures() 203 HasExceptionHandling = false; in handleTargetFeatures()
|
| H A D | WebAssembly.h | 34 bool HasExceptionHandling = false; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySubtarget.h | 45 bool HasExceptionHandling = false; variable 98 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
| H A D | WebAssemblyInstrControl.td | 128 let Predicates = [HasExceptionHandling] in { 168 } // Predicates = [HasExceptionHandling]
|
| H A D | WebAssembly.td | 50 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
| H A D | WebAssemblyInstrInfo.td | 57 def HasExceptionHandling :
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 226 HasExceptionHandling = 0x00000010, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 215 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 117 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1506 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|