Searched refs:HasExceptionHandling (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.h | 36 bool HasExceptionHandling; variable 84 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
|
D | WebAssemblySubtarget.cpp | 45 HasExceptionHandling(false), CPUString(CPU), TargetTriple(TT), in WebAssemblySubtarget()
|
D | WebAssembly.td | 41 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
|
D | WebAssemblyInstrInfo.td | 42 def HasExceptionHandling : 247 defm "" : LOCAL<EXCEPT_REF>, Requires<[HasExceptionHandling]>;
|
D | WebAssemblyInstrControl.td | 143 let Predicates = [HasExceptionHandling] in {
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 215 HasExceptionHandling = 0x00000010, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 224 HasExceptionHandling = 0x00000010, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 193 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 224 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 116 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()
|