Searched refs:exported_name_set (Results 1 – 1 of 1) sorted by relevance
3724 llvm::DenseSet<llvm::StringRef> exported_name_set; in ConvertSignatures() local3725 exported_name_set.insert(exported_names_.begin(), exported_names_.end()); in ConvertSignatures()3737 if (!exported_name_set.empty() && in ConvertSignatures()3738 exported_name_set.count(sig_def_key) == 0) { in ConvertSignatures()