Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h36 bool HasExceptionHandling; variable
84 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling()
DWebAssemblySubtarget.cpp45 HasExceptionHandling(false), CPUString(CPU), TargetTriple(TT), in WebAssemblySubtarget()
DWebAssembly.td41 SubtargetFeature<"exception-handling", "HasExceptionHandling", "true",
DWebAssemblyInstrInfo.td42 def HasExceptionHandling :
247 defm "" : LOCAL<EXCEPT_REF>, Requires<[HasExceptionHandling]>;
DWebAssemblyInstrControl.td143 let Predicates = [HasExceptionHandling] in {
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h215 HasExceptionHandling = 0x00000010, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h224 HasExceptionHandling = 0x00000010, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp193 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp224 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp116 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh"); in formatFrameProcedureOptions()