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.cpp188 std::string ProducerIdentification; in readIdentificationBlock() local
200 return ProducerIdentification; in readIdentificationBlock()
215 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock()
446 std::string ProducerIdentification; member in __anondf6e26480311::BitcodeReaderBase
455 if (!ProducerIdentification.empty()) in error()
456 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error()
693 StringRef ProducerIdentification, LLVMContext &Context);
1032 StringRef ProducerIdentification, in BitcodeReader() argument
1039 this->ProducerIdentification = std::string(ProducerIdentification);
8478 std::string ProducerIdentification; in getModuleImpl() local
[all …]