Searched refs:HasExceptionHandling (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.cpp | 59 .Case("exception-handling", HasExceptionHandling) in hasFeature() 93 if (HasExceptionHandling) in getTargetDefines() 246 HasExceptionHandling = true; in handleTargetFeatures() 250 HasExceptionHandling = false; in handleTargetFeatures()
|
| H A D | WebAssembly.h | 64 bool HasExceptionHandling = false; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySubtarget.h | 46 bool HasExceptionHandling = false; variable 102 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
| H A D | WebAssemblyInstrControl.td | 136 let Predicates = [HasExceptionHandling] in { 207 } // Predicates = [HasExceptionHandling]
|
| H A D | WebAssemblyInstrTable.td | 68 Requires<[HasReferenceTypes, HasExceptionHandling]>;
|
| H A D | WebAssembly.td | 41 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
| H A D | WebAssemblyInstrInfo.td | 41 def HasExceptionHandling : 392 Requires<[HasReferenceTypes, HasExceptionHandling]>;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 209 HasExceptionHandling = 0x00000010, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 219 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 118 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1545 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|