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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp178 std::string ProducerIdentification; local
192 return ProducerIdentification;
207 convertToString(Record, 0, ProducerIdentification);
443 std::string ProducerIdentification; member in class:__anon3410::BitcodeReaderBase
452 if (!ProducerIdentification.empty())
453 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " +
569 StringRef ProducerIdentification, LLVMContext &Context);
861 StringRef ProducerIdentification,
865 this->ProducerIdentification = std::string(ProducerIdentification);
860 BitcodeReader(BitstreamCursor Stream, StringRef Strtab, StringRef ProducerIdentification, LLVMContext &Context) argument
6581 std::string ProducerIdentification; local
[all...]

Completed in 157 milliseconds