Searched refs:EHAllowlistSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp252 std::set<std::string> EHAllowlistSet; member in class:__anon4374::final
268 bool areAllExceptionsAllowed() const { return EHAllowlistSet.empty(); }
279 EHAllowlistSet.insert(EHAllowlist.begin(), EHAllowlist.end());
749 EHAllowlistSet.count(std::string(F.getName()));

Completed in 67 milliseconds