Searched refs:ProducerIdentification (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 180 std::string ProducerIdentification; in readIdentificationBlock() local 194 return ProducerIdentification; in readIdentificationBlock() 209 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock() 445 std::string ProducerIdentification; member in __anon9c8db84c0311::BitcodeReaderBase 454 if (!ProducerIdentification.empty()) in error() 455 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " + in error() 571 StringRef ProducerIdentification, LLVMContext &Context); 858 StringRef ProducerIdentification, in BitcodeReader() argument 862 this->ProducerIdentification = ProducerIdentification; in BitcodeReader() 6458 std::string ProducerIdentification; in getModuleImpl() local [all …]
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 179 std::string ProducerIdentification; in readIdentificationBlock() local 193 return ProducerIdentification; in readIdentificationBlock() 208 convertToString(Record, 0, ProducerIdentification); in readIdentificationBlock() 444 std::string ProducerIdentification; member in __anon6307d9380311::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() 6686 std::string ProducerIdentification; in getModuleImpl() local [all …]
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 199 std::string ProducerIdentification; member in __anonecb5182a0111::BitcodeReader 576 if (!ProducerIdentification.empty()) { in error() 578 Message + " (Producer: '" + ProducerIdentification + in error() 585 if (!ProducerIdentification.empty()) { in error() 587 Message + " (Producer: '" + ProducerIdentification + in error() 3538 convertToString(Record, 0, ProducerIdentification); in parseBitcodeVersion() 4175 return ProducerIdentification; in parseIdentificationBlock()
|