Searched refs:HasExceptionHandling (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.cpp | 43 .Case("exception-handling", HasExceptionHandling) in hasFeature() 95 if (HasExceptionHandling) in initFeatureMap() 137 HasExceptionHandling = true; in handleTargetFeatures() 141 HasExceptionHandling = false; in handleTargetFeatures()
|
| H A D | WebAssembly.h | 36 bool HasExceptionHandling; variable 41 HasSignExt(false), HasExceptionHandling(false) { in WebAssemblyTargetInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySubtarget.h | 41 bool HasExceptionHandling = false; variable 92 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
| H A D | WebAssembly.td | 48 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
| H A D | WebAssemblyInstrInfo.td | 45 def HasExceptionHandling : 270 defm "" : LOCAL<EXCEPT_REF>, Requires<[HasExceptionHandling]>;
|
| H A D | WebAssemblyInstrControl.td | 141 let Predicates = [HasExceptionHandling] in {
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 224 HasExceptionHandling = 0x00000010, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 193 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 116 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1333 FPO |= FrameProcedureOptions::HasExceptionHandling; in beginFunctionImpl()
|