/external/llvm-project/clang/lib/Basic/Targets/ |
D | WebAssembly.cpp | 52 .Case("exception-handling", HasExceptionHandling) in hasFeature() 82 if (HasExceptionHandling) in getTargetDefines() 188 HasExceptionHandling = true; in handleTargetFeatures() 192 HasExceptionHandling = false; in handleTargetFeatures()
|
D | WebAssembly.h | 35 bool HasExceptionHandling = false; variable
|
/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/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.h | 45 bool HasExceptionHandling = false; variable 99 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
D | WebAssembly.td | 53 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
D | WebAssemblyInstrControl.td | 126 let Predicates = [HasExceptionHandling] in { 178 } // Predicates = [HasExceptionHandling]
|
D | WebAssemblyInstrInfo.td | 57 def HasExceptionHandling : 319 defm "" : LOCAL<EXNREF>, Requires<[HasExceptionHandling]>;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 215 HasExceptionHandling = 0x00000010, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 224 HasExceptionHandling = 0x00000010, enumerator
|
/external/llvm-project/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/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 212 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/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 115 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1398 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1383 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|