Lines Matching refs:TopLevelParser
225 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()
640 Ice::Type TopLevelParser::convertToIceTypeError(Type *LLVMTy) { in convertToIceTypeError()
648 void TopLevelParser::verifyFunctionTypeSignatures() { in verifyFunctionTypeSignatures()
666 BlockParserBaseClass(unsigned BlockID, TopLevelParser *Context) in BlockParserBaseClass()
688 TopLevelParser *Context;
756 bool TopLevelParser::blockError(const std::string &Message) { in blockError()
3001 ModuleParser(unsigned BlockID, TopLevelParser *Context) in ModuleParser()
3245 bool TopLevelParser::ParseBlock(unsigned BlockID) { in ParseBlock()
3295 TopLevelParser Parser(*this, InputStream, ErrorStatus); in translate()