Searched refs:EHAllowlistSet (Results 1 – 1 of 1) sorted by relevance
321 std::set<std::string> EHAllowlistSet; member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj350 bool areAllExceptionsAllowed() const { return EHAllowlistSet.empty(); } in areAllExceptionsAllowed()353 EHAllowlistSet.count(std::string(F->getName()))); in supportsException()370 EHAllowlistSet.insert(EHAllowlist.begin(), EHAllowlist.end()); in WebAssemblyLowerEmscriptenEHSjLj()