Home
last modified time | relevance | path

Searched refs:ProducerIdentificationOrErr (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5746 Expected<std::string> ProducerIdentificationOrErr = in getModuleImpl() local
5748 if (!ProducerIdentificationOrErr) in getModuleImpl()
5749 return ProducerIdentificationOrErr.takeError(); in getModuleImpl()
5751 ProducerIdentification = *ProducerIdentificationOrErr; in getModuleImpl()