Home
last modified time | relevance | path

Searched refs:hasExceptionHandling (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h99 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling() function
H A DWebAssemblyInstrInfo.td58 Predicate<"Subtarget->hasExceptionHandling()">,