Searched refs:ProducerIdentificationOrErr (Results 1 – 1 of 1) sorted by relevance
6840 Expected<std::string> ProducerIdentificationOrErr = in getModuleImpl() local6842 if (!ProducerIdentificationOrErr) in getModuleImpl()6843 return ProducerIdentificationOrErr.takeError(); in getModuleImpl()6845 ProducerIdentification = *ProducerIdentificationOrErr; in getModuleImpl()