MCPcopy Create free account
hub / github.com/GANGE666/xVMP / error

Method error

src/lib/Bitcode/Reader/BitcodeReader.cpp:410–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408} // end anonymous namespace
409
410Error BitcodeReaderBase::error(const Twine &Message) {
411 std::string FullMsg = Message.str();
412 if (!ProducerIdentification.empty())
413 FullMsg += " (Producer: '" + ProducerIdentification + "' Reader: 'LLVM " +
414 LLVM_VERSION_STRING "')";
415 return ::error(FullMsg);
416}
417
418Expected<unsigned>
419BitcodeReaderBase::parseVersionRecord(ArrayRef<uint64_t> Record) {

Callers

nothing calls this directly

Calls 3

errorFunction · 0.70
strMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected