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 | 496 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()
|
D | NaClBitstreamReader.h | 50 raw_ostream &ErrorAt(raw_ostream &Out, ErrorLevel Level,
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeParser.cpp | 89 bool NaClBitcodeParser::ErrorAt( in ErrorAt() function in NaClBitcodeParser 92 naclbitc::ErrorAt(*ErrStream, Level, BitPosition) << Message << "\n"; in ErrorAt()
|
D | NaClBitstreamReader.cpp | 35 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/ |
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 __anon013ef65f0111::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 __anon013ef65f0111::BlockParserBaseClass 784 return Context->ErrorAt(Level, Record.GetCursor().getErrorBitNo(Bit), in ErrorAt()
|