Home
last modified time | relevance | path

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

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