Home | History | Annotate | Download | only in llvm-bcanalyzer

Lines Matching defs:Error

316 /// Error - All bitcode analysis errors go through this function, making this a
318 static bool Error(const std::string &Err) {
338 return Error("Malformed BlockInfoBlock");
346 return Error("Malformed block record");
368 return Error("Premature end of bitstream");
376 case BitstreamEntry::Error:
377 return Error("malformed bitcode file");
484 return Error("Error reading '" + InputFilename + "': " + EC.message());
488 return Error("Bitcode stream should be a multiple of 4 bytes in length");
497 return Error("Invalid bitcode wrapper header");
525 return Error("Invalid record at top-level");