Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp179 std::string ProducerIdentification; in readIdentificationBlock() local
193 return ProducerIdentification; in readIdentificationBlock()
208 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock()
444 std::string ProducerIdentification; member in __anon8c0d27130311::BitcodeReaderBase
453 if (!ProducerIdentification.empty()) in error()
454 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error()
570 StringRef ProducerIdentification, LLVMContext &Context);
862 StringRef ProducerIdentification, in BitcodeReader() argument
866 this->ProducerIdentification = std::string(ProducerIdentification); in BitcodeReader()
6836 std::string ProducerIdentification; in getModuleImpl() local
[all …]