Searched refs:HasExceptionHandling (Results 1 – 11 of 11) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ |
H A D | WebAssembly.cpp | 52 .Case("exception-handling", HasExceptionHandling) in hasFeature() 86 if (HasExceptionHandling) in getTargetDefines() 239 HasExceptionHandling = true; in handleTargetFeatures() 243 HasExceptionHandling = false; in handleTargetFeatures()
|
H A D | WebAssembly.h | 61 bool HasExceptionHandling = false; 58 bool HasExceptionHandling = false; global() variable
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySubtarget.h | 46 bool HasExceptionHandling = false; 102 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasMutableGlobals() 44 bool HasExceptionHandling = false; global() variable
|
H A D | WebAssemblyInstrControl.td | 136 let Predicates = [HasExceptionHandling] in { 207 } // Predicates = [HasExceptionHandling]
|
H A D | WebAssembly.td | 41 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
H A D | WebAssemblyInstrTable.td | 68 Requires<[HasReferenceTypes, HasExceptionHandling]>;
|
H A D | WebAssemblyInstrInfo.td | 41 def HasExceptionHandling : 392 Requires<[HasReferenceTypes, HasExceptionHandling]>;
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 236 HasExceptionHandling = 0x00000010, enumerator
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 219 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 118 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1498 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|