Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.cpp52 .Case("exception-handling", HasExceptionHandling) in hasFeature()
86 if (HasExceptionHandling) in getTargetDefines()
239 HasExceptionHandling = true; in handleTargetFeatures()
243 HasExceptionHandling = false; in handleTargetFeatures()
H A DWebAssembly.h61 bool HasExceptionHandling = false;
58 bool HasExceptionHandling = false; global() variable
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h46 bool HasExceptionHandling = false;
102 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasMutableGlobals()
44 bool HasExceptionHandling = false; global() variable
H A DWebAssemblyInstrControl.td136 let Predicates = [HasExceptionHandling] in {
207 } // Predicates = [HasExceptionHandling]
H A DWebAssembly.td41 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
H A DWebAssemblyInstrTable.td68 Requires<[HasReferenceTypes, HasExceptionHandling]>;
H A DWebAssemblyInstrInfo.td41 def HasExceptionHandling :
392 Requires<[HasReferenceTypes, HasExceptionHandling]>;
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h236 HasExceptionHandling = 0x00000010, enumerator
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp219 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp118 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1498 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()