Searched refs:ErrorAt (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 458 virtual bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition, 461 bool ErrorAt(uint64_t BitPosition, const std::string &Message) { in ErrorAt() function 462 return ErrorAt(naclbitc::Error, BitPosition, Message); in ErrorAt() 468 return ErrorAt(Record.GetStartBit(), Message); in Error() 476 ErrorAt(naclbitc::Fatal, BitPosition, Message); in FatalAt()
|
D | NaClBitstreamReader.h | 46 raw_ostream &ErrorAt(raw_ostream &Out, ErrorLevel Level, uint64_t BitPosition);
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeParser.cpp | 87 bool NaClBitcodeParser::ErrorAt(naclbitc::ErrorLevel Level, in ErrorAt() function in NaClBitcodeParser 90 naclbitc::ErrorAt(*ErrStream, Level, BitPosition) << Message << "\n"; in ErrorAt()
|
D | NaClBitstreamReader.cpp | 31 raw_ostream &llvm::naclbitc::ErrorAt(raw_ostream &Out, ErrorLevel Level, in ErrorAt() function in llvm::naclbitc 48 naclbitc::ErrorAt(StrBuf, naclbitc::Fatal, in Fatal()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 243 bool ErrorAt(naclbitc::ErrorLevel Level, uint64_t BitPosition, 583 bool TopLevelParser::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit, in ErrorAt() function in __anon127203fd0111::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 __anon127203fd0111::BlockParserBaseClass 784 return Context->ErrorAt(Level, Record.GetCursor().getErrorBitNo(Bit), in ErrorAt()
|