Searched refs:ProducerIdentificationOrErr (Results 1 – 1 of 1) sorted by relevance
5746 Expected<std::string> ProducerIdentificationOrErr = in getModuleImpl() local5748 if (!ProducerIdentificationOrErr) in getModuleImpl()5749 return ProducerIdentificationOrErr.takeError(); in getModuleImpl()5751 ProducerIdentification = *ProducerIdentificationOrErr; in getModuleImpl()