HomeSort by relevance Sort by last modified time
    Searched refs:ErrorAt (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h 496 virtual bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition,
499 bool ErrorAt(uint64_t BitPosition, const std::string &Message) {
500 return ErrorAt(naclbitc::Error, BitPosition, Message);
506 return ErrorAt(Record.GetStartBit(), Message);
514 ErrorAt(naclbitc::Fatal, BitPosition, Message);
NaClBitstreamReader.h 50 raw_ostream &ErrorAt(raw_ostream &Out, ErrorLevel Level,
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp 89 bool NaClBitcodeParser::ErrorAt(
92 naclbitc::ErrorAt(*ErrStream, Level, BitPosition) << Message << "\n";
NaClBitstreamReader.cpp 35 raw_ostream &llvm::naclbitc::ErrorAt(
52 naclbitc::ErrorAt(StrBuf, naclbitc::Fatal,
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 243 bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition,
583 bool TopLevelParser::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit,
593 NaClBitcodeParser::ErrorAt(Level, Bit, Message);
683 bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit,
689 // True if ErrorAt has been called in this block.
767 bool BlockParserBaseClass::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit,
784 return Context->ErrorAt(Level, Record.GetCursor().getErrorBitNo(Bit),
    [all...]

Completed in 387 milliseconds