Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp185 std::string ProducerIdentification; in readIdentificationBlock() local
197 return ProducerIdentification; in readIdentificationBlock()
212 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock()
442 std::string ProducerIdentification; member in __anon27c3e5780311::BitcodeReaderBase
451 if (!ProducerIdentification.empty()) in error()
452 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error()
680 StringRef ProducerIdentification, LLVMContext &Context);
958 StringRef ProducerIdentification, in BitcodeReader() argument
965 this->ProducerIdentification = std::string(ProducerIdentification);
7683 std::string ProducerIdentification; in getModuleImpl() local
[all …]