Home
last modified time | relevance | path

Searched refs:ErrorAt (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h496 virtual bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition,
499 bool ErrorAt(uint64_t BitPosition, const std::string &Message) { in ErrorAt() function
500 return ErrorAt(naclbitc::Error, BitPosition, Message); in ErrorAt()
506 return ErrorAt(Record.GetStartBit(), Message); in Error()
514 ErrorAt(naclbitc::Fatal, BitPosition, Message); in FatalAt()
DNaClBitstreamReader.h50 raw_ostream &ErrorAt(raw_ostream &Out, ErrorLevel Level,
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp89 bool NaClBitcodeParser::ErrorAt( in ErrorAt() function in NaClBitcodeParser
92 naclbitc::ErrorAt(*ErrStream, Level, BitPosition) << Message << "\n"; in ErrorAt()
DNaClBitstreamReader.cpp35 raw_ostream &llvm::naclbitc::ErrorAt( in ErrorAt() function in llvm::naclbitc
52 naclbitc::ErrorAt(StrBuf, naclbitc::Fatal, in Fatal()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp243 bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition,
583 bool TopLevelParser::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit, in ErrorAt() function in __anond2d83f150111::TopLevelParser
593 NaClBitcodeParser::ErrorAt(Level, Bit, Message); in ErrorAt()
683 bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit,
767 bool BlockParserBaseClass::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit, in ErrorAt() function in __anond2d83f150111::BlockParserBaseClass
784 return Context->ErrorAt(Level, Record.GetCursor().getErrorBitNo(Bit), in ErrorAt()