Lines Matching refs:ProducerIdentification
179 std::string ProducerIdentification; in readIdentificationBlock() local
193 return ProducerIdentification; in readIdentificationBlock()
208 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock()
444 std::string ProducerIdentification; member in __anonfbd6fa600311::BitcodeReaderBase
453 if (!ProducerIdentification.empty()) in error()
454 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error()
570 StringRef ProducerIdentification, LLVMContext &Context);
830 StringRef ProducerIdentification, in BitcodeReader() argument
834 this->ProducerIdentification = std::string(ProducerIdentification); in BitcodeReader()
6767 std::string ProducerIdentification; in getModuleImpl() local
6776 ProducerIdentification = *ProducerIdentificationOrErr; in getModuleImpl()
6781 auto *R = new BitcodeReader(std::move(Stream), Strtab, ProducerIdentification, in getModuleImpl()