Home
last modified time | relevance | path

Searched refs:getErrorBitNo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h545 uint64_t getErrorBitNo(uint64_t Position) const { in getErrorBitNo() function
550 uint64_t getErrorBitNo() const { in getErrorBitNo() function
551 return getErrorBitNo(GetCurrentBitNo()); in getErrorBitNo()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp53 Cursor.getErrorBitNo(getCurrentBitNo())) << ErrorMessage; in Fatal()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp784 return Context->ErrorAt(Level, Record.GetCursor().getErrorBitNo(Bit), in ErrorAt()