Lines Matching defs:ProducerIdentification
202 std::string ProducerIdentification;
214 return ProducerIdentification;
229 convertToString(Record, 0, ProducerIdentification);
460 std::string ProducerIdentification;
469 if (!ProducerIdentification.empty())
470 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " +
708 StringRef ProducerIdentification, LLVMContext &Context);
1047 StringRef ProducerIdentification,
1054 this->ProducerIdentification = std::string(ProducerIdentification);
8503 std::string ProducerIdentification;
8508 readIdentificationBlock(Stream).moveInto(ProducerIdentification))
8514 auto *R = new BitcodeReader(std::move(Stream), Strtab, ProducerIdentification,