Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp187 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
[all …]