Searched refs:HasExceptionHandling (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.h | 45 bool HasExceptionHandling = false; variable 102 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
D | WebAssemblyInstrCall.td | 62 defm "" : CALL<exnref, EXNREF, "exnref.", [HasExceptionHandling]>; 144 Requires<[HasExceptionHandling]>; 173 Requires<[HasExceptionHandling]>;
|
D | WebAssembly.td | 53 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
D | WebAssemblyInstrControl.td | 109 let Predicates = [HasExceptionHandling] in { 161 } // Predicates = [HasExceptionHandling]
|
D | WebAssemblyInstrInfo.td | 57 def HasExceptionHandling : 298 defm "" : LOCAL<EXNREF>, Requires<[HasExceptionHandling]>;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.h | 45 bool HasExceptionHandling = false; variable 98 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
D | WebAssemblyInstrControl.td | 128 let Predicates = [HasExceptionHandling] in { 168 } // Predicates = [HasExceptionHandling]
|
D | WebAssembly.td | 50 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
D | WebAssemblyInstrInfo.td | 57 def HasExceptionHandling :
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 215 HasExceptionHandling = 0x00000010, enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 226 HasExceptionHandling = 0x00000010, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 224 HasExceptionHandling = 0x00000010, enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 224 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 204 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 215 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1383 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1506 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|