Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DWebAssembly.cpp52 .Case("exception-handling", HasExceptionHandling) in hasFeature()
82 if (HasExceptionHandling) in getTargetDefines()
188 HasExceptionHandling = true; in handleTargetFeatures()
192 HasExceptionHandling = false; in handleTargetFeatures()
DWebAssembly.h35 bool HasExceptionHandling = false; variable
/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/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h45 bool HasExceptionHandling = false; variable
99 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
DWebAssembly.td53 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
DWebAssemblyInstrControl.td126 let Predicates = [HasExceptionHandling] in {
178 } // Predicates = [HasExceptionHandling]
DWebAssemblyInstrInfo.td57 def HasExceptionHandling :
319 defm "" : LOCAL<EXNREF>, Requires<[HasExceptionHandling]>;
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h215 HasExceptionHandling = 0x00000010, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h224 HasExceptionHandling = 0x00000010, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h224 HasExceptionHandling = 0x00000010, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp224 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp212 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/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp115 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1398 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1383 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()