Lines Matching refs:ProducerIdentification
202 std::string ProducerIdentification; in readIdentificationBlock() local
214 return ProducerIdentification; in readIdentificationBlock()
229 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock()
460 std::string ProducerIdentification; member in __anondf6e26480311::BitcodeReaderBase
469 if (!ProducerIdentification.empty()) in error()
470 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error()
708 StringRef ProducerIdentification, LLVMContext &Context);
1025 StringRef ProducerIdentification, in BitcodeReader() argument
1032 this->ProducerIdentification = std::string(ProducerIdentification);
8343 std::string ProducerIdentification; in getModuleImpl() local
8348 readIdentificationBlock(Stream).moveInto(ProducerIdentification)) in getModuleImpl()
8354 auto *R = new BitcodeReader(std::move(Stream), Strtab, ProducerIdentification, in getModuleImpl()