Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp186 std::string ProducerIdentification; in readIdentificationBlock() local
198 return ProducerIdentification; in readIdentificationBlock()
213 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock()
443 std::string ProducerIdentification; member in __anone38b3fdf0311::BitcodeReaderBase
452 if (!ProducerIdentification.empty()) in error()
453 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error()
681 StringRef ProducerIdentification, LLVMContext &Context);
970 StringRef ProducerIdentification, in BitcodeReader() argument
977 this->ProducerIdentification = std::string(ProducerIdentification);
7946 std::string ProducerIdentification; in getModuleImpl() local
[all …]