Searched refs:HasExceptionHandling (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | WebAssembly.cpp | 50 .Case("exception-handling", HasExceptionHandling) in hasFeature() 81 if (HasExceptionHandling) in getTargetDefines() 200 HasExceptionHandling = true; in handleTargetFeatures() 204 HasExceptionHandling = false; in handleTargetFeatures()
|
H A D | WebAssembly.h | 58 bool HasExceptionHandling = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySubtarget.h | 44 bool HasExceptionHandling = false; variable 97 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
H A D | WebAssemblyInstrControl.td | 128 let Predicates = [HasExceptionHandling] in { 167 } // Predicates = [HasExceptionHandling]
|
H A D | WebAssembly.td | 33 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
H A D | WebAssemblyInstrTable.td | 68 Requires<[HasReferenceTypes, HasExceptionHandling]>;
|
H A D | WebAssemblyInstrInfo.td | 33 def HasExceptionHandling : 380 Requires<[HasReferenceTypes, HasExceptionHandling]>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 236 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 | 1531 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|