Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h45 bool HasExceptionHandling = false; variable
102 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
DWebAssemblyInstrCall.td62 defm "" : CALL<exnref, EXNREF, "exnref.", [HasExceptionHandling]>;
144 Requires<[HasExceptionHandling]>;
173 Requires<[HasExceptionHandling]>;
DWebAssembly.td53 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
DWebAssemblyInstrControl.td109 let Predicates = [HasExceptionHandling] in {
161 } // Predicates = [HasExceptionHandling]
DWebAssemblyInstrInfo.td57 def HasExceptionHandling :
298 defm "" : LOCAL<EXNREF>, Requires<[HasExceptionHandling]>;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h45 bool HasExceptionHandling = false; variable
98 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
DWebAssemblyInstrControl.td128 let Predicates = [HasExceptionHandling] in {
168 } // Predicates = [HasExceptionHandling]
DWebAssembly.td50 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
DWebAssemblyInstrInfo.td57 def HasExceptionHandling :
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h215 HasExceptionHandling = 0x00000010, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h226 HasExceptionHandling = 0x00000010, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h224 HasExceptionHandling = 0x00000010, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp224 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp204 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp215 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1383 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1506 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()