Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp225 class TopLevelParser final : public NaClBitcodeParser { class
226 TopLevelParser() = delete;
227 TopLevelParser(const TopLevelParser &) = delete;
228 TopLevelParser &operator=(const TopLevelParser &) = delete;
231 TopLevelParser(Ice::Translator &Translator, NaClBitstreamCursor &Cursor, in TopLevelParser() function in __anon013ef65f0111::TopLevelParser
237 ~TopLevelParser() override = default;
583 bool TopLevelParser::ErrorAt(naclbitc::ErrorLevel Level, uint64_t Bit, in ErrorAt()
601 void TopLevelParser::reportBadTypeIDAs(NaClBcIndexSize_t ID, in reportBadTypeIDAs()
615 TopLevelParser::reportGetFunctionByIDError(NaClBcIndexSize_t ID) { in reportGetFunctionByIDError()
628 TopLevelParser::reportGetGlobalVariableByIDError(NaClBcIndexSize_t Index) { in reportGetGlobalVariableByIDError()
[all …]