Lines Matching refs:ProducerIdentification
187 std::string ProducerIdentification; in readIdentificationBlock() local
199 return ProducerIdentification; in readIdentificationBlock()
214 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock()
444 std::string ProducerIdentification; member in __anon933571fe0311::BitcodeReaderBase
453 if (!ProducerIdentification.empty()) in error()
454 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error()
682 StringRef ProducerIdentification, LLVMContext &Context);
967 StringRef ProducerIdentification, in BitcodeReader() argument
974 this->ProducerIdentification = std::string(ProducerIdentification);
7998 std::string ProducerIdentification; in getModuleImpl() local
8003 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()
8009 auto *R = new BitcodeReader(std::move(Stream), Strtab, ProducerIdentification, in getModuleImpl()