Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp179 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
[all …]