Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp272 bool areAllExceptionsAllowed() const { return EHWhitelistSet.empty(); } in areAllExceptionsAllowed() function in __anon693b58ae0111::WebAssemblyLowerEmscriptenEHSjLj
800 areAllExceptionsAllowed() || EHWhitelistSet.count(F.getName()); in runEHOnFunction()